|
il y a 1 mois | |
---|---|---|
.. | ||
config | il y a 2 mois | |
include | il y a 1 mois | |
launch | il y a 2 mois | |
rc_sdk @ eb2ebe65e0 | il y a 1 mois | |
src | il y a 1 mois | |
CMakeLists.txt | il y a 2 mois | |
README.md | il y a 8 mois | |
package.xml | il y a 5 mois | |
sdk | il y a 3 mois |
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"