Contents Menu Expand Light mode Dark mode Auto light/dark mode
This is the documentation of ROS 2 PAL OS edge. For ROS 1, please visit the PAL OS 23.12 documentation.
PAL OS 25.01 documentation
Logo
PAL OS 25.01 documentation

Capabilities and API

  • 🏁 Getting started
  • 🛠 Robot management
  • 📜 Developing applications
  • ⚙️ Robot hardware
  • 👋 Gestures and motions
  • 🧭 Navigation
  • 🦾 Manipulation
  • 👥 Social perception
  • 💬 Communication
  • 😄 Interaction
  • 💡 Knowledge and reasoning
  • 🖥️ User interfaces

Reference

  • PAL OS edge Highlights
  • PAL public skills API
  • PAL OS modules
  • Frequently Asked Questions
  • Glossary
  • Index
  • Index of tutorials
  • 🚧 Demos
  • List of ROS Topics
  • List of ROS Actions
  • List of ROS Services
  • List of ROS Nodes
  • List of ROS messages
  • List of ROS Parameters
Back to top

../_images/tiagopro-icon.png ../_images/tiago-head-icon.png ../_images/kangaroo-icon.png ../_images/tiago-icon.png ../_images/triago-icon.png ../_images/ari-icon.png ../_images/talos-icon.png ../_images/mobile-bases-icon.png

navigation module¶

Module Quick Facts

Category

🧭 Navigation

Start/stop/restart the module

pal module start|stop|restart navigation

Enable auto-start/disable auto-start

pal module enable|disable navigation

Logs

pal module log navigation cat

Launches Navigation functionalities

How-to¶

Check the module’s status¶
$ pal module info navigation
Start/stop/restart the module¶
$ pal module start navigation
$ pal module stop navigation
$ pal module restart navigation
Enable (ie, auto start)/disable the module¶
$ pal module enable navigation
$ pal module disable navigation
Check the module’s logs¶
$ pal module log navigation cat
../_images/wg3_rp_modules_btn.png

You can start/stop/restart a module, enable/disable it, check its status and logs from the robot’s web-based control centre: Modules control in the Web User Interface.

See also¶

  • for a technical reference of PAL’s module management, check The startup process of the robot and application management.

Copyright © 2024, PAL Robotics
Made with Sphinx and @pradyunsg's Furo
On this page
  • navigation module
    • How-to
      • See also
🛠 Getting support