Skip to content

l1va/rrbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rrbot

Simple example of working with Gazebo in ROS

Prerequisits (ideally)

Preparation

  • copy sources to ~/rrbot_ws/src ( this file will be at ~/rrbot_ws/src/rrbot/README.md )

Build

  • cd ~/rrbot_ws
  • catkin build
  • source devel/setup.bash

Run

There are bunch of launch files, to run use command roslaunch pkg_name launch_file_name. For example: roslaunch rrbot_gazebo gazebo.launch

Problems you can meet

  • Some changes requires rebuild (but not all)
  • Do not forget source command (if you opened new terminal for example)
  • If nothing helps try to manually remove everything except src folder in the workspace (rrbot_ws) and rebuild.
  • Do not forget to click play button in the gazebo.
  • Do not forget to set chmod +x for your python script

Send command from console

You can use command rostopic list to check what topics are exists. You can use command rostopic pub /rrbot/joint1_position_controller/command std_msgs/Float64 "data: 1.0" to move joint1 to another position.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published