Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create README.txt #213

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions magni_nav/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
To do simple moves:

rosrun magni_nav simple_move.py forward 1 # moves robot 1 meter forward, -1 will turn 180, go back, turn 180

rosrun magni_nav simple_move.py rotate 90 # ritates 90 degrees

by altenateing in a script could draw a square, etc.

timed_out_and_back = to forward -1

move_base_square = to script

if for some reason move_base isn't working corectly, with the robot or magni_gazebo running
in separate ssh window try:

rostopic pub -r 1 /cmd_vel geometry_msgs/Twist -- '[1.0, 0.0, 0.0]' '[0.0, 0.0, 1.0]'