Skip to content

Instantly share code, notes, and snippets.

@awesomebytes
Last active July 14, 2017 04:13
Show Gist options
  • Select an option

  • Save awesomebytes/5244903d54e107990656 to your computer and use it in GitHub Desktop.

Select an option

Save awesomebytes/5244903d54e107990656 to your computer and use it in GitHub Desktop.
Test new URDFs fast

start ROS

roscore

Upload robot description urdf to param server

roslaunch marco_description upload_marco.launch

Also:

rosparam set /robot_description "`rosrun xacro xacro.py robot.urdf`"

joint state publisher so we can move the joints if necessary

rosrun joint_state_publisher joint_state_publisher _use_gui:=true

robot state publisher

rosrun robot_state_publisher robot_state_publisher

visualizer

rosrun rviz rviz

Relaunch the robot description and robot state publisher to see new URDF.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment