-
Notifications
You must be signed in to change notification settings - Fork 0
Running Hubo ROS with DART
Jim Mainprice edited this page Jun 9, 2013
·
12 revisions
Steps to launch the hubo using hubo motion, DART, ROS-ACH bridge, and robot state publisher:
- Set the simulation time
$ rosparam set use_sim_time true
- Launch hubo-motion-rt
$ sudo service hubo-motion virtual
- Launch hubo-ach-tab
You MUST run this in ~/workspace/dartsim/hubo-ach-tab/build!
$ ./HuboAchTab
Now, File->Load and open hubo-models/hubo-plus-empty-world.urdf
You should now see a hubo standing in the middle of the simulator
3. Launch ROS-ACH bridge
$ rosrun hubo_ros_ach_bridge feedback
- (Start here to visualize the hubo with no feedback from DART. The default URDF values will be continually published) Launch joint state publisher and robot state publisher
$ roslaunch hubo_ach_ros_bridge display_hubo_state.launch
- Launch RVIZ
$ rosrun rviz rviz
Set fixed frame to Body_RAR (right ankle roll joint)
Add robot model display (everything should work)