Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iRobot Create2 #26

Open
phreed opened this issue Nov 28, 2015 · 5 comments
Open

iRobot Create2 #26

phreed opened this issue Nov 28, 2015 · 5 comments

Comments

@phreed
Copy link

phreed commented Nov 28, 2015

The current version of the 'create' robot has some basic changes.
The following change seems to make it nominally functional.
https://github.com/turtlebot/turtlebot_create/blob/indigo/create_node/src/create_node/robot_types.py

ROBOT_TYPES = {
'create': RobotType('create', 57600, create_sensor_handler.CreateSensorHandler,
wheel_separation=0.26),
'create2': RobotType('create', 115200, create_sensor_handler.CreateSensorHandler,
wheel_separation=0.26),
'roomba': RobotType('roomba', 115200, roomba_sensor_handler.RoombaSensorHandler,
wheel_separation=0.235),
}
There are also a number of new commands.
see http://www.irobot.com/~/media/MainSite/PDFs/About/STEM/Create/create_2_Open_Interface_Spec.pdf
I may be able to work on adding the new functionality in a branch if that would help.

@lucbettaieb
Copy link

I was going to work on getting some drivers written but have fallen behind with other work going on. If you're interested in getting the drivers for the create2 going let me know and I could be interested in helping.

@kk6axq
Copy link

kk6axq commented Mar 15, 2017

What is the status of driver support for the Create 2?

@jacobperron
Copy link

For those interested in Create 2 support, checkout create_autonomy.

@lukewebdev
Copy link

Did this ever get resolved? Somehow or another my create 2 was working fine with a few baud tweaks if I recall.

@kk6axq
Copy link

kk6axq commented Feb 13, 2020

I'm not sure regarding actual turtlebot support, but I've used create_autonomy and that's worked plenty fine for me, though I'm not using the turtlebot stack.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants