You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
What must be done
A lot of our everyday operations with the robot involves multiple nodes running concurrently, and many of our nodes require some parameters which do not change frequently. It would be ideal if we could encode all of this into launch files for specific scenarios.
At the very least, I want the following:
Motor nodes and telemetry client
RViz and telemetry server
Optionally:
Intel RealSense, Apriltag, and telemetry client
Pozyx, and telemetry client
Both of the above, and motor nodes and telemetry client
Existing internal solutions
We have used launch files extensively in usr-ws-2021, however launch files differ between ROS 1 & 2. I would suggest looking at the tutorials instead.
The text was updated successfully, but these errors were encountered:
What must be done
A lot of our everyday operations with the robot involves multiple nodes running concurrently, and many of our nodes require some parameters which do not change frequently. It would be ideal if we could encode all of this into launch files for specific scenarios.
At the very least, I want the following:
Optionally:
Existing internal solutions
We have used launch files extensively in
usr-ws-2021
, however launch files differ between ROS 1 & 2. I would suggest looking at the tutorials instead.The text was updated successfully, but these errors were encountered: