|
1 month ago | |
---|---|---|
.. | ||
config | 1 month ago | |
include | 1 month ago | |
launch | 2 months ago | |
rc_sdk @ eb2ebe65e0 | 1 month ago | |
src | 1 month ago | |
CMakeLists.txt | 2 months ago | |
README.md | 8 months ago | |
package.xml | 5 months ago | |
sdk | 3 months ago |
source /root/ros2_ws/install/setup.bash && ros2 launch bringup bringup.launch.py map_name:=$MAP_NAME floor_name:=$FLOOR
ros2 service call /GS_003/robot_command ysc_robot_msgs/srv/RobotCommand "comamnd_name: 'EnableNavigation'"
ros2 service call /GS_003/robot_command ysc_robot_msgs/srv/RobotCommand "comamnd_name: 'StandUpDown'"
ros2 service call /GS_003/robot_command ysc_robot_msgs/srv/RobotCommand "comamnd_name: 'StairsGait'"
ros2 service call /GS_005/robot_command ysc_robot_msgs/srv/RobotCommand "comamnd_name: 'OrdinaryGait'"
ros2 service call /GS_005/robot_command ysc_robot_msgs/srv/RobotCommand "comamnd_name: 'StayNormal'"
ros2 service call /GS_005/robot_command ysc_robot_msgs/srv/RobotCommand "comamnd_name: 'StayDown'"
ros2 topic pub /GS_003/cmd_vel geometry_msgs/msg/Twist "linear: x: -0.1 y: 0.0 z: 0.0 angular: x: 0.0 y: 0.0 z: 0.0"