cps_rmp220_support/README.md

23 lines
827 B
Markdown
Raw Normal View History

2023-04-25 07:07:55 +00:00
## Robot Support Package for Segway RMP220 lite
2023-04-12 07:04:55 +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.
2023-09-05 09:16:03 +00:00
Additional packages needed are:
- https://github.com/bjoernellens1/rmp220_teleop
- https://github.com/bjoernellens1/rmp220_middleware
Go back to ws folder and colcon build --symlink-install && source install/setup.bash
2023-04-12 07:04:55 +00:00
### Launch files:
2023-04-12 07:04:55 +00:00
2023-09-05 09:16:03 +00:00
#### Launch robot controller
ros2 launch cps_rmp_220_support robot_controller.launch.py
#### Launch robot state publisher
ros2 launch cps_rmp_220_support rsp.launch.py
#### Launch rplidar
ros2 launch cps_rmp_220_support robot_lidar.launch.py
#### Launch teleop - from other package
ros2 launch rmp220_teleop robot_joystick.launch.py