Robotics StackExchange | Archived questions

DRCSIM: Keyboard Teleoperation tutorial hints

Some things that would be useful to add to the keyboard_teleop walking tutorial http://gazebosim.org/wiki/Tutorials/drcsim/2.4/keyboard\_teleop

1) You first need to be running a Gazebo simulation with Atlas in it.

roslaunch atlasutils atlas.launch
The command
roslaunch atlasutils keyboard_teleop.launch
just launches the keyboard interface.

2) You need to get the simulation into the BDI standing mode by typing R before any other movement commands. Otherwise it falls over when you ask it to move.

3) It appears the only way to kill the keyboard interface is to type Q, and then ^C.

Asked by cga on 2013-04-16 12:12:37 UTC

Comments

Answers

Those are great suggestions. I've added them to the tutorial.

In the future, please feel free to make such improvements yourself. Anyone can create an account on the wiki, and anyone with an account can edit pages. The documentation will be more up-to-date and complete if we all make improvements to it.

Asked by gerkey on 2013-04-16 15:12:12 UTC

Comments