create_robot icon indicating copy to clipboard operation
create_robot copied to clipboard

ROS driver for iRobot Create 1 and 2.

Results 25 create_robot issues
Sort by recently updated
recently updated
newest added

## Feature request #### Feature description This feature is to add a galactic branch along with some refactoring which includes migrating over to python launch files, moving the state publishers...

question

At the very least the driver can publish a Boolean message signalling whether or not a cliff is detected. Alternatively, can also publish a custom message similar to the [Bumper](https://github.com/AutonomyLab/create_autonomy/blob/indigo-devel/ca_msgs/msg/Bumper.msg)...

enhancement
help wanted
hacktoberfest

Hi, I'm using Roomba 642 and a simple USB-serial connection to connect it to my raspberry pi 3. When first I run `roslaunch ca_driver create_2.launch`, it outputs `[CREATE] Unknown mode...

bug
question

Could have a subscriber that listens to a custom message for changing the mode of Create (OFF, PASSIVE, SAFE, and FULL). Or as a minimum, have a parameter to the...

enhancement
help wanted
hacktoberfest

At least one missing part of the model are the light sensor links.

enhancement
help wanted
hacktoberfest

Currently, publishing to the `undock` topic simply switches control of the robot back to the user (after the robot has entered the _docking demo_). It would be nice if, on...

enhancement
help wanted
hacktoberfest

I think a subscriber listening to a custom cleaning mode message will be good. Then we will also need a way to stop/pause any active cleaning behaviours. Proposal: ``` uint8...

enhancement
help wanted
hacktoberfest

Add ROS level API for the following [libcreate](https://github.com/AutonomyLab/libcreate) functions: ``` C++ uint16_t getVoltage() const; uint16_t getCurrent() const; uint8_t getTemperature() const; uint16_t getBatteryCharge() const; uint16_t getBatteryCapacity() const; ```

enhancement
help wanted
hacktoberfest

Hi, I'm really impressed with this code but have run into a couple of issues, I think might be related. First, I constantly get this error: `[ERROR] [1543867337.867718293]: [CREATE] Unknown...

bug
question

The build for the source is failing on the ca_driver. Followed the steps for the Install and Compile sections with the exception that I'm running kinetic. I am running on...

question