-
Notifications
You must be signed in to change notification settings - Fork 1
Testing in simulation
Wangxinhui-bot edited this page Feb 24, 2020
·
3 revisions
This Doc describe how to test the robot in simulation environment.
mv set_gazebo_environment catkin_catkinname/src-
bash set_gazebo_environmentto set test environment
-
Test the behavior in the visualization
-
roslaunch humanoid_league_interactive_marker rviz_behavior_test.launchto start rViz, markers and dependencies -
roslaunch bitbots_body_behavior behavior.launchto start body and head behavior -
rosrun humanoid_league_game_controller sim_gamestate.pyto simulate the game controller
-
-
Test the behavior independent from vision or walking
roslaunch bitbots_bringup simulator_teamplayer.launch use_fake_walk:=true use_fake_vision:=true
-
Test behavior with vision
roslaunch bitbots_bringup simulator_teamplayer.launch use_fake_walk:=true
roslaunch bitbots_bringup simulator.launchroslaunch bitbots_bringup motion.launch sim:=true
roslaunch bitbots_ros_control rviz_interactive_imu.launch
roslaunch bitbots_bringup simulator.launchroslaunch bitbots_bringup highlevel.launch vision:=true use_fake_walk:=true-
roslaunch bitbots_bringup load_robot_description.launch
besides,you should run gamecontroller in another terminal.