Skip to content

clbess/robot_control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

robot_control

This package can be used on ROS to control turtlebot robots :

  • You can control the Turtlebot Burger with 1 rear bump sensor, 1 servomotor SM-10 for the gripper and 1 servomotor SM-10 attached to rotate the Raspberry Pi camera. The gripper servo must be attached to the ROBOTIS pin 4 and the camera one must be attached to the ROBOTIS pin 1.
  • You can control the Turtlebot Waffle with a WidowX arm attached on it. You can also control each joint of this arm. And finally, you will be able to detect an object and take it with the arm thanks to OpenCV and the Raspberry Pi camera.

Download :

How to control the robots :

  • On the PC terminal :
    roscore

  • On the robot terminal :
    roslaunch robot_control bringup_burger.launch (or bringup_waffle.launch)

  • On the PC terminal :
    roslaunch robot_control teleop_burger.launch (or teleop_waffle.launch)

If you just want to search for an object with the Turtlebot waffle :

  • On the PC terminal :
    roscore

  • On the robot terminal :
    roslaunch robot_control bringup_waffle.launch

  • On the PC terminal :
    roslaunch robot_control detection.launch

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors