Skip to content

simple code used to make one of the wheels of the rover jump up and down

License

Notifications You must be signed in to change notification settings

fictionlab/leo_fist_bump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This code makes the Leo Rover lift one of it's wheels. The one on the front. On the right. No other. It's hard coded. Also - it may not work. You need some pretty grippy surface for this thing to work as intended. No additional weight on the rover might help. Good luck.

Send this message when the rover (and this node) is running to lift the wheel:

rostopic pub cmd_bump std_msgs/Time "data:
  secs: 0
  nsecs: 750000000" 

Send similar one, with random time, to lower the wheel.

You can make the wheel bounce up and down using:

rostopic pub -r 1 cmd_bump std_msgs/Time "data:
  secs: 0
  nsecs: 750000000" 

About

simple code used to make one of the wheels of the rover jump up and down

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published