-
Notifications
You must be signed in to change notification settings - Fork 2
Warthog Teach and Repeat (ROS2)
Effie Daum edited this page Feb 12, 2024
·
4 revisions
-
Create 3 screens using the command
screen -S <name>
of in 3 different terminals:- mapping
- controller
- wiln
-
Join each screen using
screen -r <name>
-
Detache each screen : Ctrl+A D
-
In mapping launch the node :
ros2 launch husky_mapping realtime_experiment_launch.xml
- In controller launch the node :
ros2 launch norlab_controllers_ros husky_mpc_launch.xml
- In wiln launch the node :
ros2 launch wiln husky_launch.xml
Run the topic list for auto-complte :
ros2 topic list
- Start recording the trajectory :
ros2 service call /start_recording std_srvs/srv/Empty
- Stop recording the trajectory :
ros2 service call /stop_recording std_srvs/srv/Empty
- Start playing the trajectory :
ros2 service call /play_line std_srvs/srv/Empty
- To clear the trajectory to repeat :
ros2 service call /clear_trajectory std_srvs/srv/Empty
- Warthog Teach and Repeat (ROS1)
- Warthog Teach and Repeat (ROS2)
- Time Synchronization (NTP)
- Time Synchronization (PTP)
- Deployment of Robotic Total Stations (RTS)
- Deployment of the backpack GPS
- Warthog Emlid GPS
- Atlans-C INS
- How to use a CB Radio when going in the forest
- IP forwarding
- Emlid Data Postprocessing (PPK)
- Setting up a reliable robot communication with Zenoh
- Lessons Learned
- Robots' 3D Models
- Order Management
- Fast track Master → PhD
- Intellectual Property
- Repository Guidelines
- TF Cheatsheet
- Montmorency Forest Wintertime Dataset
- RTS-GT Dataset 2023
- Deschenes2021 Dataset
- TIGS Dataset
- DRIVE Datasets
- BorealHDR
- TimberSeg 1.0
- DARPA Subterranean Challenge - Urban Dataset
- How to upload a dataset to VALERIA
- ROS1 Bridge
- Migrating a repository to ROS2 (Humble)
- ROS2 and rosbags
- MCAP rosbags
- DDS Configuration (work in progress)
- Using a USB Microphone with ROS2
- ROS2 in VSCode
- ROS2 Troubleshooting