![]() |
ca_driver package from create_autonomy repoca_description ca_driver ca_msgs ca_tools create_autonomy |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.3.0 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/AutonomyLab/create_autonomy.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2018-06-10 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Jacob Perron
Authors
- Jacob Perron
ca_driver
ROS driver for iRobot’s Create 1 and 2.
Changelog for package create_driver
1.3.0 (2018-06-10)
-
- Add explicit dependency on catkin_EXPORTED_TARGETS
-
- This ensures ca_msgs is built before ca_driver.
-
- Migrate to package.xml format 2
-
- Minor linting to package files.
-
Add roslint test and fix lint issues
-
find_package libcreate instead of downloading as external project
-
Add support for defining and playing songs
-
Update install rules
-
Refactor launch files and expose robot base and odometry frame IDs as parameters
-
Refactor CMakeLists.txt and package.xml files and add missing install rules
- Contributors: Clyde McQueen, Jacob Perron
1.2.0 (2016-10-07)
- Add support for more than two robot models and fix compiling with latest changes from libcreate.
- Contributors: Ben Wolsieffer
1.1.0 (2016-07-23)
- Add diagnostics (Battery, Safety, Serial, Mode, Driver)
- Refactor URDF to support differences between Create 1 and 2, while using a common base.
- Include a mesh for the Create 1, borrowed from turtlebot_create.
- Update launch files to support Create 1.
- Publish JointState messages for the wheels.
- Contributors: Ben Wolsieffer, Jacob Perron
1.0.1 (2016-05-24)
- Get pose covariance from underlying library
- Make publishing TF (odom frame) optional
- Add launch file argument making description optional
- Update libcreate tag, with odometry patch
- Add git as build dependency
- Move ChargingState publisher with other battery state information
- Add Bumper message with contact sensor states and light sensor states
- Add header to all custom message types
- Contributors: Jacob Perron
1.0.0 (2016-04-01)
- Update libcreate git tag
- Rename variables according to ROS cpp style guide
- Run clang-format
- Fix typo
- Add ca_description as runtime dependency to ca_driver
- Change message type of various battery info topics
- Add ChargingState and Mode messages
- Add charging state and mode publishers
- Add 'ca_msgs' package
- Update ca_driver README.md
- Rename 'create_driver' and 'create_tools' to 'ca_driver' and 'ca_tools'
- Contributors: Jacob Perron
0.4.0 (2016-03-26)
- Add timestamp to odometry message
- Update libcreate tag (with odometry fix)
- Fix sign error for battery current and temperature
- Update tag for libcreate
- Add delay before starting dock demo in case of Create 1
- Compute and publish battery charge ratio
- Add README.md for create_driver
- Add support for Create 1
- Contributors: Jacob Perron
0.3.0 (2016-03-17)
- Add dock / undock support
- Publish characters received by omni directional IR sensor
- Add battery info support
- Contributors: Jacob Perron
0.2.0 (2016-03-03)
- Add covariances to odometry messages
- Add set 7Seg display with ASCII
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
roslint | |
catkin | |
ca_description | |
ca_msgs | |
diagnostic_msgs | |
diagnostic_updater | |
geometry_msgs | |
libcreate | |
nav_msgs | |
roscpp | |
sensor_msgs | |
std_msgs | |
tf |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
create_autonomy |
Launch files
- launch/create_1.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
- launch/create_2.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
- launch/roomba_400.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
Messages
Services
Plugins
Recent questions tagged ca_driver at Robotics Stack Exchange
![]() |
ca_driver package from create_autonomy repoca_description ca_driver ca_msgs ca_tools create_autonomy |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.3.0 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/AutonomyLab/create_autonomy.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2018-06-10 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Jacob Perron
Authors
- Jacob Perron
ca_driver
ROS driver for iRobot’s Create 1 and 2.
Changelog for package create_driver
1.3.0 (2018-06-10)
-
- Add explicit dependency on catkin_EXPORTED_TARGETS
-
- This ensures ca_msgs is built before ca_driver.
-
- Migrate to package.xml format 2
-
- Minor linting to package files.
-
Add roslint test and fix lint issues
-
find_package libcreate instead of downloading as external project
-
Add support for defining and playing songs
-
Update install rules
-
Refactor launch files and expose robot base and odometry frame IDs as parameters
-
Refactor CMakeLists.txt and package.xml files and add missing install rules
- Contributors: Clyde McQueen, Jacob Perron
1.2.0 (2016-10-07)
- Add support for more than two robot models and fix compiling with latest changes from libcreate.
- Contributors: Ben Wolsieffer
1.1.0 (2016-07-23)
- Add diagnostics (Battery, Safety, Serial, Mode, Driver)
- Refactor URDF to support differences between Create 1 and 2, while using a common base.
- Include a mesh for the Create 1, borrowed from turtlebot_create.
- Update launch files to support Create 1.
- Publish JointState messages for the wheels.
- Contributors: Ben Wolsieffer, Jacob Perron
1.0.1 (2016-05-24)
- Get pose covariance from underlying library
- Make publishing TF (odom frame) optional
- Add launch file argument making description optional
- Update libcreate tag, with odometry patch
- Add git as build dependency
- Move ChargingState publisher with other battery state information
- Add Bumper message with contact sensor states and light sensor states
- Add header to all custom message types
- Contributors: Jacob Perron
1.0.0 (2016-04-01)
- Update libcreate git tag
- Rename variables according to ROS cpp style guide
- Run clang-format
- Fix typo
- Add ca_description as runtime dependency to ca_driver
- Change message type of various battery info topics
- Add ChargingState and Mode messages
- Add charging state and mode publishers
- Add 'ca_msgs' package
- Update ca_driver README.md
- Rename 'create_driver' and 'create_tools' to 'ca_driver' and 'ca_tools'
- Contributors: Jacob Perron
0.4.0 (2016-03-26)
- Add timestamp to odometry message
- Update libcreate tag (with odometry fix)
- Fix sign error for battery current and temperature
- Update tag for libcreate
- Add delay before starting dock demo in case of Create 1
- Compute and publish battery charge ratio
- Add README.md for create_driver
- Add support for Create 1
- Contributors: Jacob Perron
0.3.0 (2016-03-17)
- Add dock / undock support
- Publish characters received by omni directional IR sensor
- Add battery info support
- Contributors: Jacob Perron
0.2.0 (2016-03-03)
- Add covariances to odometry messages
- Add set 7Seg display with ASCII
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
roslint | |
catkin | |
ca_description | |
ca_msgs | |
diagnostic_msgs | |
diagnostic_updater | |
geometry_msgs | |
libcreate | |
nav_msgs | |
roscpp | |
sensor_msgs | |
std_msgs | |
tf |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
create_autonomy |
Launch files
- launch/create_1.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
- launch/create_2.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
- launch/roomba_400.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
Messages
Services
Plugins
Recent questions tagged ca_driver at Robotics Stack Exchange
![]() |
ca_driver package from create_autonomy repoca_description ca_driver ca_msgs ca_tools create_autonomy |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.3.0 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/AutonomyLab/create_autonomy.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2018-06-10 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Jacob Perron
Authors
- Jacob Perron
ca_driver
ROS driver for iRobot’s Create 1 and 2.
Changelog for package create_driver
1.3.0 (2018-06-10)
-
- Add explicit dependency on catkin_EXPORTED_TARGETS
-
- This ensures ca_msgs is built before ca_driver.
-
- Migrate to package.xml format 2
-
- Minor linting to package files.
-
Add roslint test and fix lint issues
-
find_package libcreate instead of downloading as external project
-
Add support for defining and playing songs
-
Update install rules
-
Refactor launch files and expose robot base and odometry frame IDs as parameters
-
Refactor CMakeLists.txt and package.xml files and add missing install rules
- Contributors: Clyde McQueen, Jacob Perron
1.2.0 (2016-10-07)
- Add support for more than two robot models and fix compiling with latest changes from libcreate.
- Contributors: Ben Wolsieffer
1.1.0 (2016-07-23)
- Add diagnostics (Battery, Safety, Serial, Mode, Driver)
- Refactor URDF to support differences between Create 1 and 2, while using a common base.
- Include a mesh for the Create 1, borrowed from turtlebot_create.
- Update launch files to support Create 1.
- Publish JointState messages for the wheels.
- Contributors: Ben Wolsieffer, Jacob Perron
1.0.1 (2016-05-24)
- Get pose covariance from underlying library
- Make publishing TF (odom frame) optional
- Add launch file argument making description optional
- Update libcreate tag, with odometry patch
- Add git as build dependency
- Move ChargingState publisher with other battery state information
- Add Bumper message with contact sensor states and light sensor states
- Add header to all custom message types
- Contributors: Jacob Perron
1.0.0 (2016-04-01)
- Update libcreate git tag
- Rename variables according to ROS cpp style guide
- Run clang-format
- Fix typo
- Add ca_description as runtime dependency to ca_driver
- Change message type of various battery info topics
- Add ChargingState and Mode messages
- Add charging state and mode publishers
- Add 'ca_msgs' package
- Update ca_driver README.md
- Rename 'create_driver' and 'create_tools' to 'ca_driver' and 'ca_tools'
- Contributors: Jacob Perron
0.4.0 (2016-03-26)
- Add timestamp to odometry message
- Update libcreate tag (with odometry fix)
- Fix sign error for battery current and temperature
- Update tag for libcreate
- Add delay before starting dock demo in case of Create 1
- Compute and publish battery charge ratio
- Add README.md for create_driver
- Add support for Create 1
- Contributors: Jacob Perron
0.3.0 (2016-03-17)
- Add dock / undock support
- Publish characters received by omni directional IR sensor
- Add battery info support
- Contributors: Jacob Perron
0.2.0 (2016-03-03)
- Add covariances to odometry messages
- Add set 7Seg display with ASCII
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
roslint | |
catkin | |
ca_description | |
ca_msgs | |
diagnostic_msgs | |
diagnostic_updater | |
geometry_msgs | |
libcreate | |
nav_msgs | |
roscpp | |
sensor_msgs | |
std_msgs | |
tf |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
create_autonomy |
Launch files
- launch/create_1.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
- launch/create_2.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
- launch/roomba_400.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
Messages
Services
Plugins
Recent questions tagged ca_driver at Robotics Stack Exchange
![]() |
ca_driver package from create_autonomy repoca_description ca_driver ca_msgs ca_tools create_autonomy |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.3.0 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/AutonomyLab/create_autonomy.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2018-06-10 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Jacob Perron
Authors
- Jacob Perron
ca_driver
ROS driver for iRobot’s Create 1 and 2.
Changelog for package create_driver
1.3.0 (2018-06-10)
-
- Add explicit dependency on catkin_EXPORTED_TARGETS
-
- This ensures ca_msgs is built before ca_driver.
-
- Migrate to package.xml format 2
-
- Minor linting to package files.
-
Add roslint test and fix lint issues
-
find_package libcreate instead of downloading as external project
-
Add support for defining and playing songs
-
Update install rules
-
Refactor launch files and expose robot base and odometry frame IDs as parameters
-
Refactor CMakeLists.txt and package.xml files and add missing install rules
- Contributors: Clyde McQueen, Jacob Perron
1.2.0 (2016-10-07)
- Add support for more than two robot models and fix compiling with latest changes from libcreate.
- Contributors: Ben Wolsieffer
1.1.0 (2016-07-23)
- Add diagnostics (Battery, Safety, Serial, Mode, Driver)
- Refactor URDF to support differences between Create 1 and 2, while using a common base.
- Include a mesh for the Create 1, borrowed from turtlebot_create.
- Update launch files to support Create 1.
- Publish JointState messages for the wheels.
- Contributors: Ben Wolsieffer, Jacob Perron
1.0.1 (2016-05-24)
- Get pose covariance from underlying library
- Make publishing TF (odom frame) optional
- Add launch file argument making description optional
- Update libcreate tag, with odometry patch
- Add git as build dependency
- Move ChargingState publisher with other battery state information
- Add Bumper message with contact sensor states and light sensor states
- Add header to all custom message types
- Contributors: Jacob Perron
1.0.0 (2016-04-01)
- Update libcreate git tag
- Rename variables according to ROS cpp style guide
- Run clang-format
- Fix typo
- Add ca_description as runtime dependency to ca_driver
- Change message type of various battery info topics
- Add ChargingState and Mode messages
- Add charging state and mode publishers
- Add 'ca_msgs' package
- Update ca_driver README.md
- Rename 'create_driver' and 'create_tools' to 'ca_driver' and 'ca_tools'
- Contributors: Jacob Perron
0.4.0 (2016-03-26)
- Add timestamp to odometry message
- Update libcreate tag (with odometry fix)
- Fix sign error for battery current and temperature
- Update tag for libcreate
- Add delay before starting dock demo in case of Create 1
- Compute and publish battery charge ratio
- Add README.md for create_driver
- Add support for Create 1
- Contributors: Jacob Perron
0.3.0 (2016-03-17)
- Add dock / undock support
- Publish characters received by omni directional IR sensor
- Add battery info support
- Contributors: Jacob Perron
0.2.0 (2016-03-03)
- Add covariances to odometry messages
- Add set 7Seg display with ASCII
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
roslint | |
catkin | |
ca_description | |
ca_msgs | |
diagnostic_msgs | |
diagnostic_updater | |
geometry_msgs | |
libcreate | |
nav_msgs | |
roscpp | |
sensor_msgs | |
std_msgs | |
tf |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
create_autonomy |
Launch files
- launch/create_1.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
- launch/create_2.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
- launch/roomba_400.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
Messages
Services
Plugins
Recent questions tagged ca_driver at Robotics Stack Exchange
![]() |
ca_driver package from create_autonomy repoca_description ca_driver ca_msgs ca_tools create_autonomy |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.3.0 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/AutonomyLab/create_autonomy.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2018-06-10 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Jacob Perron
Authors
- Jacob Perron
ca_driver
ROS driver for iRobot’s Create 1 and 2.
Changelog for package create_driver
1.3.0 (2018-06-10)
-
- Add explicit dependency on catkin_EXPORTED_TARGETS
-
- This ensures ca_msgs is built before ca_driver.
-
- Migrate to package.xml format 2
-
- Minor linting to package files.
-
Add roslint test and fix lint issues
-
find_package libcreate instead of downloading as external project
-
Add support for defining and playing songs
-
Update install rules
-
Refactor launch files and expose robot base and odometry frame IDs as parameters
-
Refactor CMakeLists.txt and package.xml files and add missing install rules
- Contributors: Clyde McQueen, Jacob Perron
1.2.0 (2016-10-07)
- Add support for more than two robot models and fix compiling with latest changes from libcreate.
- Contributors: Ben Wolsieffer
1.1.0 (2016-07-23)
- Add diagnostics (Battery, Safety, Serial, Mode, Driver)
- Refactor URDF to support differences between Create 1 and 2, while using a common base.
- Include a mesh for the Create 1, borrowed from turtlebot_create.
- Update launch files to support Create 1.
- Publish JointState messages for the wheels.
- Contributors: Ben Wolsieffer, Jacob Perron
1.0.1 (2016-05-24)
- Get pose covariance from underlying library
- Make publishing TF (odom frame) optional
- Add launch file argument making description optional
- Update libcreate tag, with odometry patch
- Add git as build dependency
- Move ChargingState publisher with other battery state information
- Add Bumper message with contact sensor states and light sensor states
- Add header to all custom message types
- Contributors: Jacob Perron
1.0.0 (2016-04-01)
- Update libcreate git tag
- Rename variables according to ROS cpp style guide
- Run clang-format
- Fix typo
- Add ca_description as runtime dependency to ca_driver
- Change message type of various battery info topics
- Add ChargingState and Mode messages
- Add charging state and mode publishers
- Add 'ca_msgs' package
- Update ca_driver README.md
- Rename 'create_driver' and 'create_tools' to 'ca_driver' and 'ca_tools'
- Contributors: Jacob Perron
0.4.0 (2016-03-26)
- Add timestamp to odometry message
- Update libcreate tag (with odometry fix)
- Fix sign error for battery current and temperature
- Update tag for libcreate
- Add delay before starting dock demo in case of Create 1
- Compute and publish battery charge ratio
- Add README.md for create_driver
- Add support for Create 1
- Contributors: Jacob Perron
0.3.0 (2016-03-17)
- Add dock / undock support
- Publish characters received by omni directional IR sensor
- Add battery info support
- Contributors: Jacob Perron
0.2.0 (2016-03-03)
- Add covariances to odometry messages
- Add set 7Seg display with ASCII
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
roslint | |
catkin | |
ca_description | |
ca_msgs | |
diagnostic_msgs | |
diagnostic_updater | |
geometry_msgs | |
libcreate | |
nav_msgs | |
roscpp | |
sensor_msgs | |
std_msgs | |
tf |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
create_autonomy |
Launch files
- launch/create_1.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
- launch/create_2.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
- launch/roomba_400.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
Messages
Services
Plugins
Recent questions tagged ca_driver at Robotics Stack Exchange
![]() |
ca_driver package from create_autonomy repoca_description ca_driver ca_msgs ca_tools create_autonomy |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.3.0 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/AutonomyLab/create_autonomy.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2018-06-10 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Jacob Perron
Authors
- Jacob Perron
ca_driver
ROS driver for iRobot’s Create 1 and 2.
Changelog for package create_driver
1.3.0 (2018-06-10)
-
- Add explicit dependency on catkin_EXPORTED_TARGETS
-
- This ensures ca_msgs is built before ca_driver.
-
- Migrate to package.xml format 2
-
- Minor linting to package files.
-
Add roslint test and fix lint issues
-
find_package libcreate instead of downloading as external project
-
Add support for defining and playing songs
-
Update install rules
-
Refactor launch files and expose robot base and odometry frame IDs as parameters
-
Refactor CMakeLists.txt and package.xml files and add missing install rules
- Contributors: Clyde McQueen, Jacob Perron
1.2.0 (2016-10-07)
- Add support for more than two robot models and fix compiling with latest changes from libcreate.
- Contributors: Ben Wolsieffer
1.1.0 (2016-07-23)
- Add diagnostics (Battery, Safety, Serial, Mode, Driver)
- Refactor URDF to support differences between Create 1 and 2, while using a common base.
- Include a mesh for the Create 1, borrowed from turtlebot_create.
- Update launch files to support Create 1.
- Publish JointState messages for the wheels.
- Contributors: Ben Wolsieffer, Jacob Perron
1.0.1 (2016-05-24)
- Get pose covariance from underlying library
- Make publishing TF (odom frame) optional
- Add launch file argument making description optional
- Update libcreate tag, with odometry patch
- Add git as build dependency
- Move ChargingState publisher with other battery state information
- Add Bumper message with contact sensor states and light sensor states
- Add header to all custom message types
- Contributors: Jacob Perron
1.0.0 (2016-04-01)
- Update libcreate git tag
- Rename variables according to ROS cpp style guide
- Run clang-format
- Fix typo
- Add ca_description as runtime dependency to ca_driver
- Change message type of various battery info topics
- Add ChargingState and Mode messages
- Add charging state and mode publishers
- Add 'ca_msgs' package
- Update ca_driver README.md
- Rename 'create_driver' and 'create_tools' to 'ca_driver' and 'ca_tools'
- Contributors: Jacob Perron
0.4.0 (2016-03-26)
- Add timestamp to odometry message
- Update libcreate tag (with odometry fix)
- Fix sign error for battery current and temperature
- Update tag for libcreate
- Add delay before starting dock demo in case of Create 1
- Compute and publish battery charge ratio
- Add README.md for create_driver
- Add support for Create 1
- Contributors: Jacob Perron
0.3.0 (2016-03-17)
- Add dock / undock support
- Publish characters received by omni directional IR sensor
- Add battery info support
- Contributors: Jacob Perron
0.2.0 (2016-03-03)
- Add covariances to odometry messages
- Add set 7Seg display with ASCII
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
roslint | |
catkin | |
ca_description | |
ca_msgs | |
diagnostic_msgs | |
diagnostic_updater | |
geometry_msgs | |
libcreate | |
nav_msgs | |
roscpp | |
sensor_msgs | |
std_msgs | |
tf |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
create_autonomy |
Launch files
- launch/create_1.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
- launch/create_2.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
- launch/roomba_400.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
Messages
Services
Plugins
Recent questions tagged ca_driver at Robotics Stack Exchange
![]() |
ca_driver package from create_autonomy repoca_description ca_driver ca_msgs ca_tools create_autonomy |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.3.0 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/AutonomyLab/create_autonomy.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2018-06-10 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Jacob Perron
Authors
- Jacob Perron
ca_driver
ROS driver for iRobot’s Create 1 and 2.
Changelog for package create_driver
1.3.0 (2018-06-10)
-
- Add explicit dependency on catkin_EXPORTED_TARGETS
-
- This ensures ca_msgs is built before ca_driver.
-
- Migrate to package.xml format 2
-
- Minor linting to package files.
-
Add roslint test and fix lint issues
-
find_package libcreate instead of downloading as external project
-
Add support for defining and playing songs
-
Update install rules
-
Refactor launch files and expose robot base and odometry frame IDs as parameters
-
Refactor CMakeLists.txt and package.xml files and add missing install rules
- Contributors: Clyde McQueen, Jacob Perron
1.2.0 (2016-10-07)
- Add support for more than two robot models and fix compiling with latest changes from libcreate.
- Contributors: Ben Wolsieffer
1.1.0 (2016-07-23)
- Add diagnostics (Battery, Safety, Serial, Mode, Driver)
- Refactor URDF to support differences between Create 1 and 2, while using a common base.
- Include a mesh for the Create 1, borrowed from turtlebot_create.
- Update launch files to support Create 1.
- Publish JointState messages for the wheels.
- Contributors: Ben Wolsieffer, Jacob Perron
1.0.1 (2016-05-24)
- Get pose covariance from underlying library
- Make publishing TF (odom frame) optional
- Add launch file argument making description optional
- Update libcreate tag, with odometry patch
- Add git as build dependency
- Move ChargingState publisher with other battery state information
- Add Bumper message with contact sensor states and light sensor states
- Add header to all custom message types
- Contributors: Jacob Perron
1.0.0 (2016-04-01)
- Update libcreate git tag
- Rename variables according to ROS cpp style guide
- Run clang-format
- Fix typo
- Add ca_description as runtime dependency to ca_driver
- Change message type of various battery info topics
- Add ChargingState and Mode messages
- Add charging state and mode publishers
- Add 'ca_msgs' package
- Update ca_driver README.md
- Rename 'create_driver' and 'create_tools' to 'ca_driver' and 'ca_tools'
- Contributors: Jacob Perron
0.4.0 (2016-03-26)
- Add timestamp to odometry message
- Update libcreate tag (with odometry fix)
- Fix sign error for battery current and temperature
- Update tag for libcreate
- Add delay before starting dock demo in case of Create 1
- Compute and publish battery charge ratio
- Add README.md for create_driver
- Add support for Create 1
- Contributors: Jacob Perron
0.3.0 (2016-03-17)
- Add dock / undock support
- Publish characters received by omni directional IR sensor
- Add battery info support
- Contributors: Jacob Perron
0.2.0 (2016-03-03)
- Add covariances to odometry messages
- Add set 7Seg display with ASCII
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
roslint | |
catkin | |
ca_description | |
ca_msgs | |
diagnostic_msgs | |
diagnostic_updater | |
geometry_msgs | |
libcreate | |
nav_msgs | |
roscpp | |
sensor_msgs | |
std_msgs | |
tf |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
create_autonomy |
Launch files
- launch/create_1.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
- launch/create_2.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
- launch/roomba_400.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
Messages
Services
Plugins
Recent questions tagged ca_driver at Robotics Stack Exchange
![]() |
ca_driver package from create_autonomy repoca_description ca_driver ca_msgs ca_tools create_autonomy |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.3.0 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/AutonomyLab/create_autonomy.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2018-06-10 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Jacob Perron
Authors
- Jacob Perron
ca_driver
ROS driver for iRobot’s Create 1 and 2.
Changelog for package create_driver
1.3.0 (2018-06-10)
-
- Add explicit dependency on catkin_EXPORTED_TARGETS
-
- This ensures ca_msgs is built before ca_driver.
-
- Migrate to package.xml format 2
-
- Minor linting to package files.
-
Add roslint test and fix lint issues
-
find_package libcreate instead of downloading as external project
-
Add support for defining and playing songs
-
Update install rules
-
Refactor launch files and expose robot base and odometry frame IDs as parameters
-
Refactor CMakeLists.txt and package.xml files and add missing install rules
- Contributors: Clyde McQueen, Jacob Perron
1.2.0 (2016-10-07)
- Add support for more than two robot models and fix compiling with latest changes from libcreate.
- Contributors: Ben Wolsieffer
1.1.0 (2016-07-23)
- Add diagnostics (Battery, Safety, Serial, Mode, Driver)
- Refactor URDF to support differences between Create 1 and 2, while using a common base.
- Include a mesh for the Create 1, borrowed from turtlebot_create.
- Update launch files to support Create 1.
- Publish JointState messages for the wheels.
- Contributors: Ben Wolsieffer, Jacob Perron
1.0.1 (2016-05-24)
- Get pose covariance from underlying library
- Make publishing TF (odom frame) optional
- Add launch file argument making description optional
- Update libcreate tag, with odometry patch
- Add git as build dependency
- Move ChargingState publisher with other battery state information
- Add Bumper message with contact sensor states and light sensor states
- Add header to all custom message types
- Contributors: Jacob Perron
1.0.0 (2016-04-01)
- Update libcreate git tag
- Rename variables according to ROS cpp style guide
- Run clang-format
- Fix typo
- Add ca_description as runtime dependency to ca_driver
- Change message type of various battery info topics
- Add ChargingState and Mode messages
- Add charging state and mode publishers
- Add 'ca_msgs' package
- Update ca_driver README.md
- Rename 'create_driver' and 'create_tools' to 'ca_driver' and 'ca_tools'
- Contributors: Jacob Perron
0.4.0 (2016-03-26)
- Add timestamp to odometry message
- Update libcreate tag (with odometry fix)
- Fix sign error for battery current and temperature
- Update tag for libcreate
- Add delay before starting dock demo in case of Create 1
- Compute and publish battery charge ratio
- Add README.md for create_driver
- Add support for Create 1
- Contributors: Jacob Perron
0.3.0 (2016-03-17)
- Add dock / undock support
- Publish characters received by omni directional IR sensor
- Add battery info support
- Contributors: Jacob Perron
0.2.0 (2016-03-03)
- Add covariances to odometry messages
- Add set 7Seg display with ASCII
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
roslint | |
catkin | |
ca_description | |
ca_msgs | |
diagnostic_msgs | |
diagnostic_updater | |
geometry_msgs | |
libcreate | |
nav_msgs | |
roscpp | |
sensor_msgs | |
std_msgs | |
tf |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
create_autonomy |
Launch files
- launch/create_1.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
- launch/create_2.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
- launch/roomba_400.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
Messages
Services
Plugins
Recent questions tagged ca_driver at Robotics Stack Exchange
![]() |
ca_driver package from create_autonomy repoca_description ca_driver ca_msgs ca_tools create_autonomy |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.3.0 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/AutonomyLab/create_autonomy.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2018-06-10 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Jacob Perron
Authors
- Jacob Perron
ca_driver
ROS driver for iRobot’s Create 1 and 2.
Changelog for package create_driver
1.3.0 (2018-06-10)
-
- Add explicit dependency on catkin_EXPORTED_TARGETS
-
- This ensures ca_msgs is built before ca_driver.
-
- Migrate to package.xml format 2
-
- Minor linting to package files.
-
Add roslint test and fix lint issues
-
find_package libcreate instead of downloading as external project
-
Add support for defining and playing songs
-
Update install rules
-
Refactor launch files and expose robot base and odometry frame IDs as parameters
-
Refactor CMakeLists.txt and package.xml files and add missing install rules
- Contributors: Clyde McQueen, Jacob Perron
1.2.0 (2016-10-07)
- Add support for more than two robot models and fix compiling with latest changes from libcreate.
- Contributors: Ben Wolsieffer
1.1.0 (2016-07-23)
- Add diagnostics (Battery, Safety, Serial, Mode, Driver)
- Refactor URDF to support differences between Create 1 and 2, while using a common base.
- Include a mesh for the Create 1, borrowed from turtlebot_create.
- Update launch files to support Create 1.
- Publish JointState messages for the wheels.
- Contributors: Ben Wolsieffer, Jacob Perron
1.0.1 (2016-05-24)
- Get pose covariance from underlying library
- Make publishing TF (odom frame) optional
- Add launch file argument making description optional
- Update libcreate tag, with odometry patch
- Add git as build dependency
- Move ChargingState publisher with other battery state information
- Add Bumper message with contact sensor states and light sensor states
- Add header to all custom message types
- Contributors: Jacob Perron
1.0.0 (2016-04-01)
- Update libcreate git tag
- Rename variables according to ROS cpp style guide
- Run clang-format
- Fix typo
- Add ca_description as runtime dependency to ca_driver
- Change message type of various battery info topics
- Add ChargingState and Mode messages
- Add charging state and mode publishers
- Add 'ca_msgs' package
- Update ca_driver README.md
- Rename 'create_driver' and 'create_tools' to 'ca_driver' and 'ca_tools'
- Contributors: Jacob Perron
0.4.0 (2016-03-26)
- Add timestamp to odometry message
- Update libcreate tag (with odometry fix)
- Fix sign error for battery current and temperature
- Update tag for libcreate
- Add delay before starting dock demo in case of Create 1
- Compute and publish battery charge ratio
- Add README.md for create_driver
- Add support for Create 1
- Contributors: Jacob Perron
0.3.0 (2016-03-17)
- Add dock / undock support
- Publish characters received by omni directional IR sensor
- Add battery info support
- Contributors: Jacob Perron
0.2.0 (2016-03-03)
- Add covariances to odometry messages
- Add set 7Seg display with ASCII
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
roslint | |
catkin | |
ca_description | |
ca_msgs | |
diagnostic_msgs | |
diagnostic_updater | |
geometry_msgs | |
libcreate | |
nav_msgs | |
roscpp | |
sensor_msgs | |
std_msgs | |
tf |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
create_autonomy |
Launch files
- launch/create_1.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
- launch/create_2.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
- launch/roomba_400.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
Messages
Services
Plugins
Recent questions tagged ca_driver at Robotics Stack Exchange
![]() |
ca_driver package from create_autonomy repoca_description ca_driver ca_msgs ca_tools create_autonomy |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.3.0 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/AutonomyLab/create_autonomy.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2018-06-10 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Jacob Perron
Authors
- Jacob Perron
ca_driver
ROS driver for iRobot’s Create 1 and 2.
Changelog for package create_driver
1.3.0 (2018-06-10)
-
- Add explicit dependency on catkin_EXPORTED_TARGETS
-
- This ensures ca_msgs is built before ca_driver.
-
- Migrate to package.xml format 2
-
- Minor linting to package files.
-
Add roslint test and fix lint issues
-
find_package libcreate instead of downloading as external project
-
Add support for defining and playing songs
-
Update install rules
-
Refactor launch files and expose robot base and odometry frame IDs as parameters
-
Refactor CMakeLists.txt and package.xml files and add missing install rules
- Contributors: Clyde McQueen, Jacob Perron
1.2.0 (2016-10-07)
- Add support for more than two robot models and fix compiling with latest changes from libcreate.
- Contributors: Ben Wolsieffer
1.1.0 (2016-07-23)
- Add diagnostics (Battery, Safety, Serial, Mode, Driver)
- Refactor URDF to support differences between Create 1 and 2, while using a common base.
- Include a mesh for the Create 1, borrowed from turtlebot_create.
- Update launch files to support Create 1.
- Publish JointState messages for the wheels.
- Contributors: Ben Wolsieffer, Jacob Perron
1.0.1 (2016-05-24)
- Get pose covariance from underlying library
- Make publishing TF (odom frame) optional
- Add launch file argument making description optional
- Update libcreate tag, with odometry patch
- Add git as build dependency
- Move ChargingState publisher with other battery state information
- Add Bumper message with contact sensor states and light sensor states
- Add header to all custom message types
- Contributors: Jacob Perron
1.0.0 (2016-04-01)
- Update libcreate git tag
- Rename variables according to ROS cpp style guide
- Run clang-format
- Fix typo
- Add ca_description as runtime dependency to ca_driver
- Change message type of various battery info topics
- Add ChargingState and Mode messages
- Add charging state and mode publishers
- Add 'ca_msgs' package
- Update ca_driver README.md
- Rename 'create_driver' and 'create_tools' to 'ca_driver' and 'ca_tools'
- Contributors: Jacob Perron
0.4.0 (2016-03-26)
- Add timestamp to odometry message
- Update libcreate tag (with odometry fix)
- Fix sign error for battery current and temperature
- Update tag for libcreate
- Add delay before starting dock demo in case of Create 1
- Compute and publish battery charge ratio
- Add README.md for create_driver
- Add support for Create 1
- Contributors: Jacob Perron
0.3.0 (2016-03-17)
- Add dock / undock support
- Publish characters received by omni directional IR sensor
- Add battery info support
- Contributors: Jacob Perron
0.2.0 (2016-03-03)
- Add covariances to odometry messages
- Add set 7Seg display with ASCII
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
roslint | |
catkin | |
ca_description | |
ca_msgs | |
diagnostic_msgs | |
diagnostic_updater | |
geometry_msgs | |
libcreate | |
nav_msgs | |
roscpp | |
sensor_msgs | |
std_msgs | |
tf |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
create_autonomy |
Launch files
- launch/create_1.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
- launch/create_2.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
- launch/roomba_400.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
Messages
Services
Plugins
Recent questions tagged ca_driver at Robotics Stack Exchange
![]() |
ca_driver package from create_autonomy repoca_description ca_driver ca_msgs ca_tools create_autonomy |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.3.0 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/AutonomyLab/create_autonomy.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2018-06-10 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Jacob Perron
Authors
- Jacob Perron
ca_driver
ROS driver for iRobot’s Create 1 and 2.
Changelog for package create_driver
1.3.0 (2018-06-10)
-
- Add explicit dependency on catkin_EXPORTED_TARGETS
-
- This ensures ca_msgs is built before ca_driver.
-
- Migrate to package.xml format 2
-
- Minor linting to package files.
-
Add roslint test and fix lint issues
-
find_package libcreate instead of downloading as external project
-
Add support for defining and playing songs
-
Update install rules
-
Refactor launch files and expose robot base and odometry frame IDs as parameters
-
Refactor CMakeLists.txt and package.xml files and add missing install rules
- Contributors: Clyde McQueen, Jacob Perron
1.2.0 (2016-10-07)
- Add support for more than two robot models and fix compiling with latest changes from libcreate.
- Contributors: Ben Wolsieffer
1.1.0 (2016-07-23)
- Add diagnostics (Battery, Safety, Serial, Mode, Driver)
- Refactor URDF to support differences between Create 1 and 2, while using a common base.
- Include a mesh for the Create 1, borrowed from turtlebot_create.
- Update launch files to support Create 1.
- Publish JointState messages for the wheels.
- Contributors: Ben Wolsieffer, Jacob Perron
1.0.1 (2016-05-24)
- Get pose covariance from underlying library
- Make publishing TF (odom frame) optional
- Add launch file argument making description optional
- Update libcreate tag, with odometry patch
- Add git as build dependency
- Move ChargingState publisher with other battery state information
- Add Bumper message with contact sensor states and light sensor states
- Add header to all custom message types
- Contributors: Jacob Perron
1.0.0 (2016-04-01)
- Update libcreate git tag
- Rename variables according to ROS cpp style guide
- Run clang-format
- Fix typo
- Add ca_description as runtime dependency to ca_driver
- Change message type of various battery info topics
- Add ChargingState and Mode messages
- Add charging state and mode publishers
- Add 'ca_msgs' package
- Update ca_driver README.md
- Rename 'create_driver' and 'create_tools' to 'ca_driver' and 'ca_tools'
- Contributors: Jacob Perron
0.4.0 (2016-03-26)
- Add timestamp to odometry message
- Update libcreate tag (with odometry fix)
- Fix sign error for battery current and temperature
- Update tag for libcreate
- Add delay before starting dock demo in case of Create 1
- Compute and publish battery charge ratio
- Add README.md for create_driver
- Add support for Create 1
- Contributors: Jacob Perron
0.3.0 (2016-03-17)
- Add dock / undock support
- Publish characters received by omni directional IR sensor
- Add battery info support
- Contributors: Jacob Perron
0.2.0 (2016-03-03)
- Add covariances to odometry messages
- Add set 7Seg display with ASCII
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
roslint | |
catkin | |
ca_description | |
ca_msgs | |
diagnostic_msgs | |
diagnostic_updater | |
geometry_msgs | |
libcreate | |
nav_msgs | |
roscpp | |
sensor_msgs | |
std_msgs | |
tf |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
create_autonomy |
Launch files
- launch/create_1.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
- launch/create_2.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
- launch/roomba_400.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
Messages
Services
Plugins
Recent questions tagged ca_driver at Robotics Stack Exchange
![]() |
ca_driver package from create_autonomy repoca_description ca_driver ca_msgs ca_tools create_autonomy |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.3.0 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/AutonomyLab/create_autonomy.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2018-06-10 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Jacob Perron
Authors
- Jacob Perron
ca_driver
ROS driver for iRobot’s Create 1 and 2.
Changelog for package create_driver
1.3.0 (2018-06-10)
-
- Add explicit dependency on catkin_EXPORTED_TARGETS
-
- This ensures ca_msgs is built before ca_driver.
-
- Migrate to package.xml format 2
-
- Minor linting to package files.
-
Add roslint test and fix lint issues
-
find_package libcreate instead of downloading as external project
-
Add support for defining and playing songs
-
Update install rules
-
Refactor launch files and expose robot base and odometry frame IDs as parameters
-
Refactor CMakeLists.txt and package.xml files and add missing install rules
- Contributors: Clyde McQueen, Jacob Perron
1.2.0 (2016-10-07)
- Add support for more than two robot models and fix compiling with latest changes from libcreate.
- Contributors: Ben Wolsieffer
1.1.0 (2016-07-23)
- Add diagnostics (Battery, Safety, Serial, Mode, Driver)
- Refactor URDF to support differences between Create 1 and 2, while using a common base.
- Include a mesh for the Create 1, borrowed from turtlebot_create.
- Update launch files to support Create 1.
- Publish JointState messages for the wheels.
- Contributors: Ben Wolsieffer, Jacob Perron
1.0.1 (2016-05-24)
- Get pose covariance from underlying library
- Make publishing TF (odom frame) optional
- Add launch file argument making description optional
- Update libcreate tag, with odometry patch
- Add git as build dependency
- Move ChargingState publisher with other battery state information
- Add Bumper message with contact sensor states and light sensor states
- Add header to all custom message types
- Contributors: Jacob Perron
1.0.0 (2016-04-01)
- Update libcreate git tag
- Rename variables according to ROS cpp style guide
- Run clang-format
- Fix typo
- Add ca_description as runtime dependency to ca_driver
- Change message type of various battery info topics
- Add ChargingState and Mode messages
- Add charging state and mode publishers
- Add 'ca_msgs' package
- Update ca_driver README.md
- Rename 'create_driver' and 'create_tools' to 'ca_driver' and 'ca_tools'
- Contributors: Jacob Perron
0.4.0 (2016-03-26)
- Add timestamp to odometry message
- Update libcreate tag (with odometry fix)
- Fix sign error for battery current and temperature
- Update tag for libcreate
- Add delay before starting dock demo in case of Create 1
- Compute and publish battery charge ratio
- Add README.md for create_driver
- Add support for Create 1
- Contributors: Jacob Perron
0.3.0 (2016-03-17)
- Add dock / undock support
- Publish characters received by omni directional IR sensor
- Add battery info support
- Contributors: Jacob Perron
0.2.0 (2016-03-03)
- Add covariances to odometry messages
- Add set 7Seg display with ASCII
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
roslint | |
catkin | |
ca_description | |
ca_msgs | |
diagnostic_msgs | |
diagnostic_updater | |
geometry_msgs | |
libcreate | |
nav_msgs | |
roscpp | |
sensor_msgs | |
std_msgs | |
tf |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
create_autonomy |
Launch files
- launch/create_1.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
- launch/create_2.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
- launch/roomba_400.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
Messages
Services
Plugins
Recent questions tagged ca_driver at Robotics Stack Exchange
![]() |
ca_driver package from create_autonomy repoca_description ca_driver ca_msgs ca_tools create_autonomy |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.3.0 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/AutonomyLab/create_autonomy.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2018-06-10 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Jacob Perron
Authors
- Jacob Perron
ca_driver
ROS driver for iRobot’s Create 1 and 2.
Changelog for package create_driver
1.3.0 (2018-06-10)
-
- Add explicit dependency on catkin_EXPORTED_TARGETS
-
- This ensures ca_msgs is built before ca_driver.
-
- Migrate to package.xml format 2
-
- Minor linting to package files.
-
Add roslint test and fix lint issues
-
find_package libcreate instead of downloading as external project
-
Add support for defining and playing songs
-
Update install rules
-
Refactor launch files and expose robot base and odometry frame IDs as parameters
-
Refactor CMakeLists.txt and package.xml files and add missing install rules
- Contributors: Clyde McQueen, Jacob Perron
1.2.0 (2016-10-07)
- Add support for more than two robot models and fix compiling with latest changes from libcreate.
- Contributors: Ben Wolsieffer
1.1.0 (2016-07-23)
- Add diagnostics (Battery, Safety, Serial, Mode, Driver)
- Refactor URDF to support differences between Create 1 and 2, while using a common base.
- Include a mesh for the Create 1, borrowed from turtlebot_create.
- Update launch files to support Create 1.
- Publish JointState messages for the wheels.
- Contributors: Ben Wolsieffer, Jacob Perron
1.0.1 (2016-05-24)
- Get pose covariance from underlying library
- Make publishing TF (odom frame) optional
- Add launch file argument making description optional
- Update libcreate tag, with odometry patch
- Add git as build dependency
- Move ChargingState publisher with other battery state information
- Add Bumper message with contact sensor states and light sensor states
- Add header to all custom message types
- Contributors: Jacob Perron
1.0.0 (2016-04-01)
- Update libcreate git tag
- Rename variables according to ROS cpp style guide
- Run clang-format
- Fix typo
- Add ca_description as runtime dependency to ca_driver
- Change message type of various battery info topics
- Add ChargingState and Mode messages
- Add charging state and mode publishers
- Add 'ca_msgs' package
- Update ca_driver README.md
- Rename 'create_driver' and 'create_tools' to 'ca_driver' and 'ca_tools'
- Contributors: Jacob Perron
0.4.0 (2016-03-26)
- Add timestamp to odometry message
- Update libcreate tag (with odometry fix)
- Fix sign error for battery current and temperature
- Update tag for libcreate
- Add delay before starting dock demo in case of Create 1
- Compute and publish battery charge ratio
- Add README.md for create_driver
- Add support for Create 1
- Contributors: Jacob Perron
0.3.0 (2016-03-17)
- Add dock / undock support
- Publish characters received by omni directional IR sensor
- Add battery info support
- Contributors: Jacob Perron
0.2.0 (2016-03-03)
- Add covariances to odometry messages
- Add set 7Seg display with ASCII
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
roslint | |
catkin | |
ca_description | |
ca_msgs | |
diagnostic_msgs | |
diagnostic_updater | |
geometry_msgs | |
libcreate | |
nav_msgs | |
roscpp | |
sensor_msgs | |
std_msgs | |
tf |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
create_autonomy |
Launch files
- launch/create_1.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
- launch/create_2.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
- launch/roomba_400.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
Messages
Services
Plugins
Recent questions tagged ca_driver at Robotics Stack Exchange
![]() |
ca_driver package from create_autonomy repoca_description ca_driver ca_msgs ca_tools create_autonomy |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.3.0 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/AutonomyLab/create_autonomy.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2018-06-10 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Jacob Perron
Authors
- Jacob Perron
ca_driver
ROS driver for iRobot’s Create 1 and 2.
Changelog for package create_driver
1.3.0 (2018-06-10)
-
- Add explicit dependency on catkin_EXPORTED_TARGETS
-
- This ensures ca_msgs is built before ca_driver.
-
- Migrate to package.xml format 2
-
- Minor linting to package files.
-
Add roslint test and fix lint issues
-
find_package libcreate instead of downloading as external project
-
Add support for defining and playing songs
-
Update install rules
-
Refactor launch files and expose robot base and odometry frame IDs as parameters
-
Refactor CMakeLists.txt and package.xml files and add missing install rules
- Contributors: Clyde McQueen, Jacob Perron
1.2.0 (2016-10-07)
- Add support for more than two robot models and fix compiling with latest changes from libcreate.
- Contributors: Ben Wolsieffer
1.1.0 (2016-07-23)
- Add diagnostics (Battery, Safety, Serial, Mode, Driver)
- Refactor URDF to support differences between Create 1 and 2, while using a common base.
- Include a mesh for the Create 1, borrowed from turtlebot_create.
- Update launch files to support Create 1.
- Publish JointState messages for the wheels.
- Contributors: Ben Wolsieffer, Jacob Perron
1.0.1 (2016-05-24)
- Get pose covariance from underlying library
- Make publishing TF (odom frame) optional
- Add launch file argument making description optional
- Update libcreate tag, with odometry patch
- Add git as build dependency
- Move ChargingState publisher with other battery state information
- Add Bumper message with contact sensor states and light sensor states
- Add header to all custom message types
- Contributors: Jacob Perron
1.0.0 (2016-04-01)
- Update libcreate git tag
- Rename variables according to ROS cpp style guide
- Run clang-format
- Fix typo
- Add ca_description as runtime dependency to ca_driver
- Change message type of various battery info topics
- Add ChargingState and Mode messages
- Add charging state and mode publishers
- Add 'ca_msgs' package
- Update ca_driver README.md
- Rename 'create_driver' and 'create_tools' to 'ca_driver' and 'ca_tools'
- Contributors: Jacob Perron
0.4.0 (2016-03-26)
- Add timestamp to odometry message
- Update libcreate tag (with odometry fix)
- Fix sign error for battery current and temperature
- Update tag for libcreate
- Add delay before starting dock demo in case of Create 1
- Compute and publish battery charge ratio
- Add README.md for create_driver
- Add support for Create 1
- Contributors: Jacob Perron
0.3.0 (2016-03-17)
- Add dock / undock support
- Publish characters received by omni directional IR sensor
- Add battery info support
- Contributors: Jacob Perron
0.2.0 (2016-03-03)
- Add covariances to odometry messages
- Add set 7Seg display with ASCII
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
roslint | |
catkin | |
ca_description | |
ca_msgs | |
diagnostic_msgs | |
diagnostic_updater | |
geometry_msgs | |
libcreate | |
nav_msgs | |
roscpp | |
sensor_msgs | |
std_msgs | |
tf |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
create_autonomy |
Launch files
- launch/create_1.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
- launch/create_2.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
- launch/roomba_400.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
Messages
Services
Plugins
Recent questions tagged ca_driver at Robotics Stack Exchange
![]() |
ca_driver package from create_autonomy repoca_description ca_driver ca_msgs ca_tools create_autonomy |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.3.0 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/AutonomyLab/create_autonomy.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2018-06-10 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Jacob Perron
Authors
- Jacob Perron
ca_driver
ROS driver for iRobot’s Create 1 and 2.
Changelog for package create_driver
1.3.0 (2018-06-10)
-
- Add explicit dependency on catkin_EXPORTED_TARGETS
-
- This ensures ca_msgs is built before ca_driver.
-
- Migrate to package.xml format 2
-
- Minor linting to package files.
-
Add roslint test and fix lint issues
-
find_package libcreate instead of downloading as external project
-
Add support for defining and playing songs
-
Update install rules
-
Refactor launch files and expose robot base and odometry frame IDs as parameters
-
Refactor CMakeLists.txt and package.xml files and add missing install rules
- Contributors: Clyde McQueen, Jacob Perron
1.2.0 (2016-10-07)
- Add support for more than two robot models and fix compiling with latest changes from libcreate.
- Contributors: Ben Wolsieffer
1.1.0 (2016-07-23)
- Add diagnostics (Battery, Safety, Serial, Mode, Driver)
- Refactor URDF to support differences between Create 1 and 2, while using a common base.
- Include a mesh for the Create 1, borrowed from turtlebot_create.
- Update launch files to support Create 1.
- Publish JointState messages for the wheels.
- Contributors: Ben Wolsieffer, Jacob Perron
1.0.1 (2016-05-24)
- Get pose covariance from underlying library
- Make publishing TF (odom frame) optional
- Add launch file argument making description optional
- Update libcreate tag, with odometry patch
- Add git as build dependency
- Move ChargingState publisher with other battery state information
- Add Bumper message with contact sensor states and light sensor states
- Add header to all custom message types
- Contributors: Jacob Perron
1.0.0 (2016-04-01)
- Update libcreate git tag
- Rename variables according to ROS cpp style guide
- Run clang-format
- Fix typo
- Add ca_description as runtime dependency to ca_driver
- Change message type of various battery info topics
- Add ChargingState and Mode messages
- Add charging state and mode publishers
- Add 'ca_msgs' package
- Update ca_driver README.md
- Rename 'create_driver' and 'create_tools' to 'ca_driver' and 'ca_tools'
- Contributors: Jacob Perron
0.4.0 (2016-03-26)
- Add timestamp to odometry message
- Update libcreate tag (with odometry fix)
- Fix sign error for battery current and temperature
- Update tag for libcreate
- Add delay before starting dock demo in case of Create 1
- Compute and publish battery charge ratio
- Add README.md for create_driver
- Add support for Create 1
- Contributors: Jacob Perron
0.3.0 (2016-03-17)
- Add dock / undock support
- Publish characters received by omni directional IR sensor
- Add battery info support
- Contributors: Jacob Perron
0.2.0 (2016-03-03)
- Add covariances to odometry messages
- Add set 7Seg display with ASCII
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
roslint | |
catkin | |
ca_description | |
ca_msgs | |
diagnostic_msgs | |
diagnostic_updater | |
geometry_msgs | |
libcreate | |
nav_msgs | |
roscpp | |
sensor_msgs | |
std_msgs | |
tf |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
create_autonomy |
Launch files
- launch/create_1.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
- launch/create_2.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
- launch/roomba_400.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
Messages
Services
Plugins
Recent questions tagged ca_driver at Robotics Stack Exchange
![]() |
ca_driver package from create_autonomy repoca_description ca_driver ca_msgs ca_tools create_autonomy |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.3.0 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/AutonomyLab/create_autonomy.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2018-06-10 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Jacob Perron
Authors
- Jacob Perron
ca_driver
ROS driver for iRobot’s Create 1 and 2.
Changelog for package create_driver
1.3.0 (2018-06-10)
-
- Add explicit dependency on catkin_EXPORTED_TARGETS
-
- This ensures ca_msgs is built before ca_driver.
-
- Migrate to package.xml format 2
-
- Minor linting to package files.
-
Add roslint test and fix lint issues
-
find_package libcreate instead of downloading as external project
-
Add support for defining and playing songs
-
Update install rules
-
Refactor launch files and expose robot base and odometry frame IDs as parameters
-
Refactor CMakeLists.txt and package.xml files and add missing install rules
- Contributors: Clyde McQueen, Jacob Perron
1.2.0 (2016-10-07)
- Add support for more than two robot models and fix compiling with latest changes from libcreate.
- Contributors: Ben Wolsieffer
1.1.0 (2016-07-23)
- Add diagnostics (Battery, Safety, Serial, Mode, Driver)
- Refactor URDF to support differences between Create 1 and 2, while using a common base.
- Include a mesh for the Create 1, borrowed from turtlebot_create.
- Update launch files to support Create 1.
- Publish JointState messages for the wheels.
- Contributors: Ben Wolsieffer, Jacob Perron
1.0.1 (2016-05-24)
- Get pose covariance from underlying library
- Make publishing TF (odom frame) optional
- Add launch file argument making description optional
- Update libcreate tag, with odometry patch
- Add git as build dependency
- Move ChargingState publisher with other battery state information
- Add Bumper message with contact sensor states and light sensor states
- Add header to all custom message types
- Contributors: Jacob Perron
1.0.0 (2016-04-01)
- Update libcreate git tag
- Rename variables according to ROS cpp style guide
- Run clang-format
- Fix typo
- Add ca_description as runtime dependency to ca_driver
- Change message type of various battery info topics
- Add ChargingState and Mode messages
- Add charging state and mode publishers
- Add 'ca_msgs' package
- Update ca_driver README.md
- Rename 'create_driver' and 'create_tools' to 'ca_driver' and 'ca_tools'
- Contributors: Jacob Perron
0.4.0 (2016-03-26)
- Add timestamp to odometry message
- Update libcreate tag (with odometry fix)
- Fix sign error for battery current and temperature
- Update tag for libcreate
- Add delay before starting dock demo in case of Create 1
- Compute and publish battery charge ratio
- Add README.md for create_driver
- Add support for Create 1
- Contributors: Jacob Perron
0.3.0 (2016-03-17)
- Add dock / undock support
- Publish characters received by omni directional IR sensor
- Add battery info support
- Contributors: Jacob Perron
0.2.0 (2016-03-03)
- Add covariances to odometry messages
- Add set 7Seg display with ASCII
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
roslint | |
catkin | |
ca_description | |
ca_msgs | |
diagnostic_msgs | |
diagnostic_updater | |
geometry_msgs | |
libcreate | |
nav_msgs | |
roscpp | |
sensor_msgs | |
std_msgs | |
tf |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
create_autonomy |
Launch files
- launch/create_1.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
- launch/create_2.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
- launch/roomba_400.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
Messages
Services
Plugins
Recent questions tagged ca_driver at Robotics Stack Exchange
![]() |
ca_driver package from create_autonomy repoca_description ca_driver ca_msgs ca_tools create_autonomy |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.3.0 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/AutonomyLab/create_autonomy.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2018-06-10 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Jacob Perron
Authors
- Jacob Perron
ca_driver
ROS driver for iRobot’s Create 1 and 2.
Changelog for package create_driver
1.3.0 (2018-06-10)
-
- Add explicit dependency on catkin_EXPORTED_TARGETS
-
- This ensures ca_msgs is built before ca_driver.
-
- Migrate to package.xml format 2
-
- Minor linting to package files.
-
Add roslint test and fix lint issues
-
find_package libcreate instead of downloading as external project
-
Add support for defining and playing songs
-
Update install rules
-
Refactor launch files and expose robot base and odometry frame IDs as parameters
-
Refactor CMakeLists.txt and package.xml files and add missing install rules
- Contributors: Clyde McQueen, Jacob Perron
1.2.0 (2016-10-07)
- Add support for more than two robot models and fix compiling with latest changes from libcreate.
- Contributors: Ben Wolsieffer
1.1.0 (2016-07-23)
- Add diagnostics (Battery, Safety, Serial, Mode, Driver)
- Refactor URDF to support differences between Create 1 and 2, while using a common base.
- Include a mesh for the Create 1, borrowed from turtlebot_create.
- Update launch files to support Create 1.
- Publish JointState messages for the wheels.
- Contributors: Ben Wolsieffer, Jacob Perron
1.0.1 (2016-05-24)
- Get pose covariance from underlying library
- Make publishing TF (odom frame) optional
- Add launch file argument making description optional
- Update libcreate tag, with odometry patch
- Add git as build dependency
- Move ChargingState publisher with other battery state information
- Add Bumper message with contact sensor states and light sensor states
- Add header to all custom message types
- Contributors: Jacob Perron
1.0.0 (2016-04-01)
- Update libcreate git tag
- Rename variables according to ROS cpp style guide
- Run clang-format
- Fix typo
- Add ca_description as runtime dependency to ca_driver
- Change message type of various battery info topics
- Add ChargingState and Mode messages
- Add charging state and mode publishers
- Add 'ca_msgs' package
- Update ca_driver README.md
- Rename 'create_driver' and 'create_tools' to 'ca_driver' and 'ca_tools'
- Contributors: Jacob Perron
0.4.0 (2016-03-26)
- Add timestamp to odometry message
- Update libcreate tag (with odometry fix)
- Fix sign error for battery current and temperature
- Update tag for libcreate
- Add delay before starting dock demo in case of Create 1
- Compute and publish battery charge ratio
- Add README.md for create_driver
- Add support for Create 1
- Contributors: Jacob Perron
0.3.0 (2016-03-17)
- Add dock / undock support
- Publish characters received by omni directional IR sensor
- Add battery info support
- Contributors: Jacob Perron
0.2.0 (2016-03-03)
- Add covariances to odometry messages
- Add set 7Seg display with ASCII
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
roslint | |
catkin | |
ca_description | |
ca_msgs | |
diagnostic_msgs | |
diagnostic_updater | |
geometry_msgs | |
libcreate | |
nav_msgs | |
roscpp | |
sensor_msgs | |
std_msgs | |
tf |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
create_autonomy |
Launch files
- launch/create_1.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
- launch/create_2.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
- launch/roomba_400.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
Messages
Services
Plugins
Recent questions tagged ca_driver at Robotics Stack Exchange
![]() |
ca_driver package from create_autonomy repoca_description ca_driver ca_msgs ca_tools create_autonomy |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.3.0 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/AutonomyLab/create_autonomy.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2018-06-10 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Jacob Perron
Authors
- Jacob Perron
ca_driver
ROS driver for iRobot’s Create 1 and 2.
Changelog for package create_driver
1.3.0 (2018-06-10)
-
- Add explicit dependency on catkin_EXPORTED_TARGETS
-
- This ensures ca_msgs is built before ca_driver.
-
- Migrate to package.xml format 2
-
- Minor linting to package files.
-
Add roslint test and fix lint issues
-
find_package libcreate instead of downloading as external project
-
Add support for defining and playing songs
-
Update install rules
-
Refactor launch files and expose robot base and odometry frame IDs as parameters
-
Refactor CMakeLists.txt and package.xml files and add missing install rules
- Contributors: Clyde McQueen, Jacob Perron
1.2.0 (2016-10-07)
- Add support for more than two robot models and fix compiling with latest changes from libcreate.
- Contributors: Ben Wolsieffer
1.1.0 (2016-07-23)
- Add diagnostics (Battery, Safety, Serial, Mode, Driver)
- Refactor URDF to support differences between Create 1 and 2, while using a common base.
- Include a mesh for the Create 1, borrowed from turtlebot_create.
- Update launch files to support Create 1.
- Publish JointState messages for the wheels.
- Contributors: Ben Wolsieffer, Jacob Perron
1.0.1 (2016-05-24)
- Get pose covariance from underlying library
- Make publishing TF (odom frame) optional
- Add launch file argument making description optional
- Update libcreate tag, with odometry patch
- Add git as build dependency
- Move ChargingState publisher with other battery state information
- Add Bumper message with contact sensor states and light sensor states
- Add header to all custom message types
- Contributors: Jacob Perron
1.0.0 (2016-04-01)
- Update libcreate git tag
- Rename variables according to ROS cpp style guide
- Run clang-format
- Fix typo
- Add ca_description as runtime dependency to ca_driver
- Change message type of various battery info topics
- Add ChargingState and Mode messages
- Add charging state and mode publishers
- Add 'ca_msgs' package
- Update ca_driver README.md
- Rename 'create_driver' and 'create_tools' to 'ca_driver' and 'ca_tools'
- Contributors: Jacob Perron
0.4.0 (2016-03-26)
- Add timestamp to odometry message
- Update libcreate tag (with odometry fix)
- Fix sign error for battery current and temperature
- Update tag for libcreate
- Add delay before starting dock demo in case of Create 1
- Compute and publish battery charge ratio
- Add README.md for create_driver
- Add support for Create 1
- Contributors: Jacob Perron
0.3.0 (2016-03-17)
- Add dock / undock support
- Publish characters received by omni directional IR sensor
- Add battery info support
- Contributors: Jacob Perron
0.2.0 (2016-03-03)
- Add covariances to odometry messages
- Add set 7Seg display with ASCII
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
roslint | |
catkin | |
ca_description | |
ca_msgs | |
diagnostic_msgs | |
diagnostic_updater | |
geometry_msgs | |
libcreate | |
nav_msgs | |
roscpp | |
sensor_msgs | |
std_msgs | |
tf |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
create_autonomy |
Launch files
- launch/create_1.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
- launch/create_2.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
- launch/roomba_400.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
Messages
Services
Plugins
Recent questions tagged ca_driver at Robotics Stack Exchange
![]() |
ca_driver package from create_autonomy repoca_description ca_driver ca_msgs ca_tools create_autonomy |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.3.0 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/AutonomyLab/create_autonomy.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2018-06-10 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Jacob Perron
Authors
- Jacob Perron
ca_driver
ROS driver for iRobot’s Create 1 and 2.
Changelog for package create_driver
1.3.0 (2018-06-10)
-
- Add explicit dependency on catkin_EXPORTED_TARGETS
-
- This ensures ca_msgs is built before ca_driver.
-
- Migrate to package.xml format 2
-
- Minor linting to package files.
-
Add roslint test and fix lint issues
-
find_package libcreate instead of downloading as external project
-
Add support for defining and playing songs
-
Update install rules
-
Refactor launch files and expose robot base and odometry frame IDs as parameters
-
Refactor CMakeLists.txt and package.xml files and add missing install rules
- Contributors: Clyde McQueen, Jacob Perron
1.2.0 (2016-10-07)
- Add support for more than two robot models and fix compiling with latest changes from libcreate.
- Contributors: Ben Wolsieffer
1.1.0 (2016-07-23)
- Add diagnostics (Battery, Safety, Serial, Mode, Driver)
- Refactor URDF to support differences between Create 1 and 2, while using a common base.
- Include a mesh for the Create 1, borrowed from turtlebot_create.
- Update launch files to support Create 1.
- Publish JointState messages for the wheels.
- Contributors: Ben Wolsieffer, Jacob Perron
1.0.1 (2016-05-24)
- Get pose covariance from underlying library
- Make publishing TF (odom frame) optional
- Add launch file argument making description optional
- Update libcreate tag, with odometry patch
- Add git as build dependency
- Move ChargingState publisher with other battery state information
- Add Bumper message with contact sensor states and light sensor states
- Add header to all custom message types
- Contributors: Jacob Perron
1.0.0 (2016-04-01)
- Update libcreate git tag
- Rename variables according to ROS cpp style guide
- Run clang-format
- Fix typo
- Add ca_description as runtime dependency to ca_driver
- Change message type of various battery info topics
- Add ChargingState and Mode messages
- Add charging state and mode publishers
- Add 'ca_msgs' package
- Update ca_driver README.md
- Rename 'create_driver' and 'create_tools' to 'ca_driver' and 'ca_tools'
- Contributors: Jacob Perron
0.4.0 (2016-03-26)
- Add timestamp to odometry message
- Update libcreate tag (with odometry fix)
- Fix sign error for battery current and temperature
- Update tag for libcreate
- Add delay before starting dock demo in case of Create 1
- Compute and publish battery charge ratio
- Add README.md for create_driver
- Add support for Create 1
- Contributors: Jacob Perron
0.3.0 (2016-03-17)
- Add dock / undock support
- Publish characters received by omni directional IR sensor
- Add battery info support
- Contributors: Jacob Perron
0.2.0 (2016-03-03)
- Add covariances to odometry messages
- Add set 7Seg display with ASCII
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
roslint | |
catkin | |
ca_description | |
ca_msgs | |
diagnostic_msgs | |
diagnostic_updater | |
geometry_msgs | |
libcreate | |
nav_msgs | |
roscpp | |
sensor_msgs | |
std_msgs | |
tf |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
create_autonomy |
Launch files
- launch/create_1.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
- launch/create_2.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]
- launch/roomba_400.launch
-
- config [default: $(find ca_driver)/config/default.yaml]
- desc [default: true]