Skip to content

Package to connect iRobot Create 1 with ROS. Control the robot, publish the odometry and sensors feedback.

Notifications You must be signed in to change notification settings

LCAD-UFES/irobot_create

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

irobot_create

Package to connect iRobot Create 1 with ROS. Control the robot, publish the odometry and sensors feedback. Modification http://wiki.ros.org/irobot_create_2_1 to ROS indigo

Install

  • Clone the package folder

      $ cd ~/catkin_ws/src
      $ git clone https://github.com/LCAD-UFES/p3dx_navigation.git
      $ cd ..
      $ catkin_make
    

Run with Joystick

  1. Connect the Create robot in USB port and joystick

  2. Open 4 terminal

     $ sudo chmod 777 /dev/ttyUSB0
     $ sudo chmod 777 /dev/input/js0		
     $ roscore
     $ rosrun irobot_create driver.py
     $ rosrun joy joy_node
     $ rosrun irobot_create irobotJoyTeleop.py
    

If a problem occurs, check the ports

About

Package to connect iRobot Create 1 with ROS. Control the robot, publish the odometry and sensors feedback.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages