mirror of
https://github.com/bjoernellens1/cps_rmp220_support.git
synced 2024-11-23 15:45:08 +00:00
update
This commit is contained in:
parent
6cbdf79299
commit
e7c2424bd0
19
README.md
19
README.md
@ -2,11 +2,22 @@
|
|||||||
|
|
||||||
This package should be placed into your workspace src/ folder.
|
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.
|
Alongside you must clone https://github.com/bjoernellens1/segwayrmp and https://github.com/bjoernellens1/segway_msgs to control the robot.
|
||||||
|
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
|
Go back to ws folder and colcon build --symlink-install && source install/setup.bash
|
||||||
|
|
||||||
### Launch files:
|
### Launch files:
|
||||||
#### Launch Gazebo
|
|
||||||
ros2 launch cps_rmp220_support launch_sim.launch.py
|
|
||||||
|
|
||||||
#### Launch Robot operator (Only neeed for Camera and additional devices for now)
|
#### Launch robot controller
|
||||||
ros2 launch cps_rmp220_support launch_robot.launch.py
|
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
|
Loading…
Reference in New Issue
Block a user