Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages