2023-04-25 07:07:55 +00:00
|
|
|
## Robot Support Package for Segway RMP220 lite
|
2023-04-12 07:04:55 +00:00
|
|
|
|
2023-04-12 08:11:46 +00:00
|
|
|
This package should be placed into your workspace src/ folder.
|
|
|
|
Alongside you must clone https://github.com/bjoernellens1/segwayrmp and https://github.com/bjoernellens1/segway_msgs to control the robot.
|
|
|
|
Go back to ws folder and colcon build --symlink-install && source install/setup.bash
|
2023-04-12 07:04:55 +00:00
|
|
|
|
2023-04-12 08:11:46 +00:00
|
|
|
### Launch files:
|
|
|
|
#### Launch Gazebo
|
|
|
|
ros2 launch cps_rmp220_support launch_sim.launch.py
|
2023-04-12 07:04:55 +00:00
|
|
|
|
2023-04-12 08:11:46 +00:00
|
|
|
#### Launch Robot operator (Only neeed for Camera and additional devices for now)
|
2023-04-25 07:07:55 +00:00
|
|
|
ros2 launch cps_rmp220_support launch_robot.launch.py
|