Package symbol

create_driver package from create_robot repo

create_bringup create_description create_driver create_msgs create_robot

ROS Distro
humble

Package Summary

Tags No category tags.
Version 3.1.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/AutonomyLab/create_robot.git
VCS Type git
VCS Version humble
Last Updated 2023-05-21
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

ROS driver for iRobot's Create and Roomba platforms, based on libcreate

Additional Links

Maintainers

  • Jacob Perron

Authors

  • Jacob Perron

create_driver

ROS driver for iRobot’s Create 1 and 2.

CHANGELOG

Changelog for package create_driver

3.1.0 (2023-05-21)

  • Fix compilation for ROS Humble
  • Contributors: Jacob Perron

3.0.0 (2023-05-13)

  • Replace Travis CI with GitHub workflow and lint (#102)
  • Update maintainer email
  • Add parameter to enable the OI mode reporting bug workaround (#95)
  • Add cliff sensors (#93)
  • Add motor control (#97)
  • Disable libcreate's signal handler (#89)
  • Use rclcpp::spin instead of own implementation.
  • Use Node::now instead of rclcpp::Clock::now.
  • Make CreateDriver derive from rclcpp::Node.
  • Fix latching condition (#72)
  • Port to ROS 2 (foxy) (#8)
  • Stricter compile options
  • Switch to tf2
  • Reduce diagonal covariance values
  • Remove old install commands
  • Move launch and config files to create_bringup
  • Update maintainer info
  • Fix catkin lint error
  • Rename packages for clarity Originally the packages were named as 'create_autonomy', with the 'ca_' suffix for short. This was due to a name conflict with the turtlebot packages (e.g. create_driver and create_description): https://github.com/turtlebot/turtlebot_create.git Since the turtlebot packages are not released into ROS Melodic, the plan is to release these packages instead. If the turtlebot packages are eventually released, it should be straightforward to adapt them to use the description and driver packages here. Summary of renaming:
    • create_autonomy -> create_robot
    • ca_description -> create_description
    • ca_driver -> create_driver
    • ca_msgs -> create_msgs
    • ca_tools -> create_bringup
  • Contributors: Jacob Perron, Josh Gadeken, Owen Hooper, Pedro Grojsgold, pgold

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

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged create_driver at Robotics Stack Exchange

No version for distro jazzy showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

create_driver package from create_robot repo

create_bringup create_description create_driver create_msgs create_robot

ROS Distro
humble

Package Summary

Tags No category tags.
Version 3.1.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/AutonomyLab/create_robot.git
VCS Type git
VCS Version humble
Last Updated 2023-05-21
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

ROS driver for iRobot's Create and Roomba platforms, based on libcreate

Additional Links

Maintainers

  • Jacob Perron

Authors

  • Jacob Perron

create_driver

ROS driver for iRobot’s Create 1 and 2.

CHANGELOG

Changelog for package create_driver

3.1.0 (2023-05-21)

  • Fix compilation for ROS Humble
  • Contributors: Jacob Perron

3.0.0 (2023-05-13)

  • Replace Travis CI with GitHub workflow and lint (#102)
  • Update maintainer email
  • Add parameter to enable the OI mode reporting bug workaround (#95)
  • Add cliff sensors (#93)
  • Add motor control (#97)
  • Disable libcreate's signal handler (#89)
  • Use rclcpp::spin instead of own implementation.
  • Use Node::now instead of rclcpp::Clock::now.
  • Make CreateDriver derive from rclcpp::Node.
  • Fix latching condition (#72)
  • Port to ROS 2 (foxy) (#8)
  • Stricter compile options
  • Switch to tf2
  • Reduce diagonal covariance values
  • Remove old install commands
  • Move launch and config files to create_bringup
  • Update maintainer info
  • Fix catkin lint error
  • Rename packages for clarity Originally the packages were named as 'create_autonomy', with the 'ca_' suffix for short. This was due to a name conflict with the turtlebot packages (e.g. create_driver and create_description): https://github.com/turtlebot/turtlebot_create.git Since the turtlebot packages are not released into ROS Melodic, the plan is to release these packages instead. If the turtlebot packages are eventually released, it should be straightforward to adapt them to use the description and driver packages here. Summary of renaming:
    • create_autonomy -> create_robot
    • ca_description -> create_description
    • ca_driver -> create_driver
    • ca_msgs -> create_msgs
    • ca_tools -> create_bringup
  • Contributors: Jacob Perron, Josh Gadeken, Owen Hooper, Pedro Grojsgold, pgold

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

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged create_driver at Robotics Stack Exchange

No version for distro kilted showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

create_driver package from create_robot repo

create_bringup create_description create_driver create_msgs create_robot

ROS Distro
humble

Package Summary

Tags No category tags.
Version 3.1.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/AutonomyLab/create_robot.git
VCS Type git
VCS Version humble
Last Updated 2023-05-21
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

ROS driver for iRobot's Create and Roomba platforms, based on libcreate

Additional Links

Maintainers

  • Jacob Perron

Authors

  • Jacob Perron

create_driver

ROS driver for iRobot’s Create 1 and 2.

CHANGELOG

Changelog for package create_driver

3.1.0 (2023-05-21)

  • Fix compilation for ROS Humble
  • Contributors: Jacob Perron

3.0.0 (2023-05-13)

  • Replace Travis CI with GitHub workflow and lint (#102)
  • Update maintainer email
  • Add parameter to enable the OI mode reporting bug workaround (#95)
  • Add cliff sensors (#93)
  • Add motor control (#97)
  • Disable libcreate's signal handler (#89)
  • Use rclcpp::spin instead of own implementation.
  • Use Node::now instead of rclcpp::Clock::now.
  • Make CreateDriver derive from rclcpp::Node.
  • Fix latching condition (#72)
  • Port to ROS 2 (foxy) (#8)
  • Stricter compile options
  • Switch to tf2
  • Reduce diagonal covariance values
  • Remove old install commands
  • Move launch and config files to create_bringup
  • Update maintainer info
  • Fix catkin lint error
  • Rename packages for clarity Originally the packages were named as 'create_autonomy', with the 'ca_' suffix for short. This was due to a name conflict with the turtlebot packages (e.g. create_driver and create_description): https://github.com/turtlebot/turtlebot_create.git Since the turtlebot packages are not released into ROS Melodic, the plan is to release these packages instead. If the turtlebot packages are eventually released, it should be straightforward to adapt them to use the description and driver packages here. Summary of renaming:
    • create_autonomy -> create_robot
    • ca_description -> create_description
    • ca_driver -> create_driver
    • ca_msgs -> create_msgs
    • ca_tools -> create_bringup
  • Contributors: Jacob Perron, Josh Gadeken, Owen Hooper, Pedro Grojsgold, pgold

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

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged create_driver at Robotics Stack Exchange

No version for distro rolling showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

create_driver package from create_robot repo

create_bringup create_description create_driver create_msgs create_robot

ROS Distro
humble

Package Summary

Tags No category tags.
Version 3.1.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/AutonomyLab/create_robot.git
VCS Type git
VCS Version humble
Last Updated 2023-05-21
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

ROS driver for iRobot's Create and Roomba platforms, based on libcreate

Additional Links

Maintainers

  • Jacob Perron

Authors

  • Jacob Perron

create_driver

ROS driver for iRobot’s Create 1 and 2.

CHANGELOG

Changelog for package create_driver

3.1.0 (2023-05-21)

  • Fix compilation for ROS Humble
  • Contributors: Jacob Perron

3.0.0 (2023-05-13)

  • Replace Travis CI with GitHub workflow and lint (#102)
  • Update maintainer email
  • Add parameter to enable the OI mode reporting bug workaround (#95)
  • Add cliff sensors (#93)
  • Add motor control (#97)
  • Disable libcreate's signal handler (#89)
  • Use rclcpp::spin instead of own implementation.
  • Use Node::now instead of rclcpp::Clock::now.
  • Make CreateDriver derive from rclcpp::Node.
  • Fix latching condition (#72)
  • Port to ROS 2 (foxy) (#8)
  • Stricter compile options
  • Switch to tf2
  • Reduce diagonal covariance values
  • Remove old install commands
  • Move launch and config files to create_bringup
  • Update maintainer info
  • Fix catkin lint error
  • Rename packages for clarity Originally the packages were named as 'create_autonomy', with the 'ca_' suffix for short. This was due to a name conflict with the turtlebot packages (e.g. create_driver and create_description): https://github.com/turtlebot/turtlebot_create.git Since the turtlebot packages are not released into ROS Melodic, the plan is to release these packages instead. If the turtlebot packages are eventually released, it should be straightforward to adapt them to use the description and driver packages here. Summary of renaming:
    • create_autonomy -> create_robot
    • ca_description -> create_description
    • ca_driver -> create_driver
    • ca_msgs -> create_msgs
    • ca_tools -> create_bringup
  • Contributors: Jacob Perron, Josh Gadeken, Owen Hooper, Pedro Grojsgold, pgold

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

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged create_driver at Robotics Stack Exchange

No version for distro ardent showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

create_driver package from create_robot repo

create_bringup create_description create_driver create_msgs create_robot

ROS Distro
humble

Package Summary

Tags No category tags.
Version 3.1.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/AutonomyLab/create_robot.git
VCS Type git
VCS Version humble
Last Updated 2023-05-21
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

ROS driver for iRobot's Create and Roomba platforms, based on libcreate

Additional Links

Maintainers

  • Jacob Perron

Authors

  • Jacob Perron

create_driver

ROS driver for iRobot’s Create 1 and 2.

CHANGELOG

Changelog for package create_driver

3.1.0 (2023-05-21)

  • Fix compilation for ROS Humble
  • Contributors: Jacob Perron

3.0.0 (2023-05-13)

  • Replace Travis CI with GitHub workflow and lint (#102)
  • Update maintainer email
  • Add parameter to enable the OI mode reporting bug workaround (#95)
  • Add cliff sensors (#93)
  • Add motor control (#97)
  • Disable libcreate's signal handler (#89)
  • Use rclcpp::spin instead of own implementation.
  • Use Node::now instead of rclcpp::Clock::now.
  • Make CreateDriver derive from rclcpp::Node.
  • Fix latching condition (#72)
  • Port to ROS 2 (foxy) (#8)
  • Stricter compile options
  • Switch to tf2
  • Reduce diagonal covariance values
  • Remove old install commands
  • Move launch and config files to create_bringup
  • Update maintainer info
  • Fix catkin lint error
  • Rename packages for clarity Originally the packages were named as 'create_autonomy', with the 'ca_' suffix for short. This was due to a name conflict with the turtlebot packages (e.g. create_driver and create_description): https://github.com/turtlebot/turtlebot_create.git Since the turtlebot packages are not released into ROS Melodic, the plan is to release these packages instead. If the turtlebot packages are eventually released, it should be straightforward to adapt them to use the description and driver packages here. Summary of renaming:
    • create_autonomy -> create_robot
    • ca_description -> create_description
    • ca_driver -> create_driver
    • ca_msgs -> create_msgs
    • ca_tools -> create_bringup
  • Contributors: Jacob Perron, Josh Gadeken, Owen Hooper, Pedro Grojsgold, pgold

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

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged create_driver at Robotics Stack Exchange

No version for distro bouncy showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

create_driver package from create_robot repo

create_bringup create_description create_driver create_msgs create_robot

ROS Distro
humble

Package Summary

Tags No category tags.
Version 3.1.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/AutonomyLab/create_robot.git
VCS Type git
VCS Version humble
Last Updated 2023-05-21
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

ROS driver for iRobot's Create and Roomba platforms, based on libcreate

Additional Links

Maintainers

  • Jacob Perron

Authors

  • Jacob Perron

create_driver

ROS driver for iRobot’s Create 1 and 2.

CHANGELOG

Changelog for package create_driver

3.1.0 (2023-05-21)

  • Fix compilation for ROS Humble
  • Contributors: Jacob Perron

3.0.0 (2023-05-13)

  • Replace Travis CI with GitHub workflow and lint (#102)
  • Update maintainer email
  • Add parameter to enable the OI mode reporting bug workaround (#95)
  • Add cliff sensors (#93)
  • Add motor control (#97)
  • Disable libcreate's signal handler (#89)
  • Use rclcpp::spin instead of own implementation.
  • Use Node::now instead of rclcpp::Clock::now.
  • Make CreateDriver derive from rclcpp::Node.
  • Fix latching condition (#72)
  • Port to ROS 2 (foxy) (#8)
  • Stricter compile options
  • Switch to tf2
  • Reduce diagonal covariance values
  • Remove old install commands
  • Move launch and config files to create_bringup
  • Update maintainer info
  • Fix catkin lint error
  • Rename packages for clarity Originally the packages were named as 'create_autonomy', with the 'ca_' suffix for short. This was due to a name conflict with the turtlebot packages (e.g. create_driver and create_description): https://github.com/turtlebot/turtlebot_create.git Since the turtlebot packages are not released into ROS Melodic, the plan is to release these packages instead. If the turtlebot packages are eventually released, it should be straightforward to adapt them to use the description and driver packages here. Summary of renaming:
    • create_autonomy -> create_robot
    • ca_description -> create_description
    • ca_driver -> create_driver
    • ca_msgs -> create_msgs
    • ca_tools -> create_bringup
  • Contributors: Jacob Perron, Josh Gadeken, Owen Hooper, Pedro Grojsgold, pgold

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

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged create_driver at Robotics Stack Exchange

No version for distro crystal showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

create_driver package from create_robot repo

create_bringup create_description create_driver create_msgs create_robot

ROS Distro
humble

Package Summary

Tags No category tags.
Version 3.1.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/AutonomyLab/create_robot.git
VCS Type git
VCS Version humble
Last Updated 2023-05-21
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

ROS driver for iRobot's Create and Roomba platforms, based on libcreate

Additional Links

Maintainers

  • Jacob Perron

Authors

  • Jacob Perron

create_driver

ROS driver for iRobot’s Create 1 and 2.

CHANGELOG

Changelog for package create_driver

3.1.0 (2023-05-21)

  • Fix compilation for ROS Humble
  • Contributors: Jacob Perron

3.0.0 (2023-05-13)

  • Replace Travis CI with GitHub workflow and lint (#102)
  • Update maintainer email
  • Add parameter to enable the OI mode reporting bug workaround (#95)
  • Add cliff sensors (#93)
  • Add motor control (#97)
  • Disable libcreate's signal handler (#89)
  • Use rclcpp::spin instead of own implementation.
  • Use Node::now instead of rclcpp::Clock::now.
  • Make CreateDriver derive from rclcpp::Node.
  • Fix latching condition (#72)
  • Port to ROS 2 (foxy) (#8)
  • Stricter compile options
  • Switch to tf2
  • Reduce diagonal covariance values
  • Remove old install commands
  • Move launch and config files to create_bringup
  • Update maintainer info
  • Fix catkin lint error
  • Rename packages for clarity Originally the packages were named as 'create_autonomy', with the 'ca_' suffix for short. This was due to a name conflict with the turtlebot packages (e.g. create_driver and create_description): https://github.com/turtlebot/turtlebot_create.git Since the turtlebot packages are not released into ROS Melodic, the plan is to release these packages instead. If the turtlebot packages are eventually released, it should be straightforward to adapt them to use the description and driver packages here. Summary of renaming:
    • create_autonomy -> create_robot
    • ca_description -> create_description
    • ca_driver -> create_driver
    • ca_msgs -> create_msgs
    • ca_tools -> create_bringup
  • Contributors: Jacob Perron, Josh Gadeken, Owen Hooper, Pedro Grojsgold, pgold

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

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged create_driver at Robotics Stack Exchange

No version for distro eloquent showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

create_driver package from create_robot repo

create_bringup create_description create_driver create_msgs create_robot

ROS Distro
humble

Package Summary

Tags No category tags.
Version 3.1.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/AutonomyLab/create_robot.git
VCS Type git
VCS Version humble
Last Updated 2023-05-21
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

ROS driver for iRobot's Create and Roomba platforms, based on libcreate

Additional Links

Maintainers

  • Jacob Perron

Authors

  • Jacob Perron

create_driver

ROS driver for iRobot’s Create 1 and 2.

CHANGELOG

Changelog for package create_driver

3.1.0 (2023-05-21)

  • Fix compilation for ROS Humble
  • Contributors: Jacob Perron

3.0.0 (2023-05-13)

  • Replace Travis CI with GitHub workflow and lint (#102)
  • Update maintainer email
  • Add parameter to enable the OI mode reporting bug workaround (#95)
  • Add cliff sensors (#93)
  • Add motor control (#97)
  • Disable libcreate's signal handler (#89)
  • Use rclcpp::spin instead of own implementation.
  • Use Node::now instead of rclcpp::Clock::now.
  • Make CreateDriver derive from rclcpp::Node.
  • Fix latching condition (#72)
  • Port to ROS 2 (foxy) (#8)
  • Stricter compile options
  • Switch to tf2
  • Reduce diagonal covariance values
  • Remove old install commands
  • Move launch and config files to create_bringup
  • Update maintainer info
  • Fix catkin lint error
  • Rename packages for clarity Originally the packages were named as 'create_autonomy', with the 'ca_' suffix for short. This was due to a name conflict with the turtlebot packages (e.g. create_driver and create_description): https://github.com/turtlebot/turtlebot_create.git Since the turtlebot packages are not released into ROS Melodic, the plan is to release these packages instead. If the turtlebot packages are eventually released, it should be straightforward to adapt them to use the description and driver packages here. Summary of renaming:
    • create_autonomy -> create_robot
    • ca_description -> create_description
    • ca_driver -> create_driver
    • ca_msgs -> create_msgs
    • ca_tools -> create_bringup
  • Contributors: Jacob Perron, Josh Gadeken, Owen Hooper, Pedro Grojsgold, pgold

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

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged create_driver at Robotics Stack Exchange

No version for distro dashing showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

create_driver package from create_robot repo

create_bringup create_description create_driver create_msgs create_robot

ROS Distro
humble

Package Summary

Tags No category tags.
Version 3.1.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/AutonomyLab/create_robot.git
VCS Type git
VCS Version humble
Last Updated 2023-05-21
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

ROS driver for iRobot's Create and Roomba platforms, based on libcreate

Additional Links

Maintainers

  • Jacob Perron

Authors

  • Jacob Perron

create_driver

ROS driver for iRobot’s Create 1 and 2.

CHANGELOG

Changelog for package create_driver

3.1.0 (2023-05-21)

  • Fix compilation for ROS Humble
  • Contributors: Jacob Perron

3.0.0 (2023-05-13)

  • Replace Travis CI with GitHub workflow and lint (#102)
  • Update maintainer email
  • Add parameter to enable the OI mode reporting bug workaround (#95)
  • Add cliff sensors (#93)
  • Add motor control (#97)
  • Disable libcreate's signal handler (#89)
  • Use rclcpp::spin instead of own implementation.
  • Use Node::now instead of rclcpp::Clock::now.
  • Make CreateDriver derive from rclcpp::Node.
  • Fix latching condition (#72)
  • Port to ROS 2 (foxy) (#8)
  • Stricter compile options
  • Switch to tf2
  • Reduce diagonal covariance values
  • Remove old install commands
  • Move launch and config files to create_bringup
  • Update maintainer info
  • Fix catkin lint error
  • Rename packages for clarity Originally the packages were named as 'create_autonomy', with the 'ca_' suffix for short. This was due to a name conflict with the turtlebot packages (e.g. create_driver and create_description): https://github.com/turtlebot/turtlebot_create.git Since the turtlebot packages are not released into ROS Melodic, the plan is to release these packages instead. If the turtlebot packages are eventually released, it should be straightforward to adapt them to use the description and driver packages here. Summary of renaming:
    • create_autonomy -> create_robot
    • ca_description -> create_description
    • ca_driver -> create_driver
    • ca_msgs -> create_msgs
    • ca_tools -> create_bringup
  • Contributors: Jacob Perron, Josh Gadeken, Owen Hooper, Pedro Grojsgold, pgold

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

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged create_driver at Robotics Stack Exchange

No version for distro galactic showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

create_driver package from create_robot repo

create_bringup create_description create_driver create_msgs create_robot

ROS Distro
humble

Package Summary

Tags No category tags.
Version 3.1.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/AutonomyLab/create_robot.git
VCS Type git
VCS Version humble
Last Updated 2023-05-21
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

ROS driver for iRobot's Create and Roomba platforms, based on libcreate

Additional Links

Maintainers

  • Jacob Perron

Authors

  • Jacob Perron

create_driver

ROS driver for iRobot’s Create 1 and 2.

CHANGELOG

Changelog for package create_driver

3.1.0 (2023-05-21)

  • Fix compilation for ROS Humble
  • Contributors: Jacob Perron

3.0.0 (2023-05-13)

  • Replace Travis CI with GitHub workflow and lint (#102)
  • Update maintainer email
  • Add parameter to enable the OI mode reporting bug workaround (#95)
  • Add cliff sensors (#93)
  • Add motor control (#97)
  • Disable libcreate's signal handler (#89)
  • Use rclcpp::spin instead of own implementation.
  • Use Node::now instead of rclcpp::Clock::now.
  • Make CreateDriver derive from rclcpp::Node.
  • Fix latching condition (#72)
  • Port to ROS 2 (foxy) (#8)
  • Stricter compile options
  • Switch to tf2
  • Reduce diagonal covariance values
  • Remove old install commands
  • Move launch and config files to create_bringup
  • Update maintainer info
  • Fix catkin lint error
  • Rename packages for clarity Originally the packages were named as 'create_autonomy', with the 'ca_' suffix for short. This was due to a name conflict with the turtlebot packages (e.g. create_driver and create_description): https://github.com/turtlebot/turtlebot_create.git Since the turtlebot packages are not released into ROS Melodic, the plan is to release these packages instead. If the turtlebot packages are eventually released, it should be straightforward to adapt them to use the description and driver packages here. Summary of renaming:
    • create_autonomy -> create_robot
    • ca_description -> create_description
    • ca_driver -> create_driver
    • ca_msgs -> create_msgs
    • ca_tools -> create_bringup
  • Contributors: Jacob Perron, Josh Gadeken, Owen Hooper, Pedro Grojsgold, pgold

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

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged create_driver at Robotics Stack Exchange

Package symbol

create_driver package from create_robot repo

create_bringup create_description create_driver create_msgs create_robot

ROS Distro
foxy

Package Summary

Tags No category tags.
Version 3.0.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/AutonomyLab/create_robot.git
VCS Type git
VCS Version foxy
Last Updated 2023-05-21
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

ROS driver for iRobot's Create and Roomba platforms, based on libcreate

Additional Links

Maintainers

  • Jacob Perron

Authors

  • Jacob Perron

create_driver

ROS driver for iRobot’s Create 1 and 2.

CHANGELOG

Changelog for package create_driver

3.0.0 (2023-05-13)

  • Replace Travis CI with GitHub workflow and lint (#102)
  • Update maintainer email
  • Add parameter to enable the OI mode reporting bug workaround (#95)
  • Add cliff sensors (#93)
  • Add motor control (#97)
  • Disable libcreate's signal handler (#89)
  • Use rclcpp::spin instead of own implementation.
  • Use Node::now instead of rclcpp::Clock::now.
  • Make CreateDriver derive from rclcpp::Node.
  • Fix latching condition (#72)
  • Port to ROS 2 (foxy) (#8)
  • Stricter compile options
  • Switch to tf2
  • Reduce diagonal covariance values
  • Remove old install commands
  • Move launch and config files to create_bringup
  • Update maintainer info
  • Fix catkin lint error
  • Rename packages for clarity Originally the packages were named as 'create_autonomy', with the 'ca_' suffix for short. This was due to a name conflict with the turtlebot packages (e.g. create_driver and create_description): https://github.com/turtlebot/turtlebot_create.git Since the turtlebot packages are not released into ROS Melodic, the plan is to release these packages instead. If the turtlebot packages are eventually released, it should be straightforward to adapt them to use the description and driver packages here. Summary of renaming:
    • create_autonomy -> create_robot
    • ca_description -> create_description
    • ca_driver -> create_driver
    • ca_msgs -> create_msgs
    • ca_tools -> create_bringup
  • Contributors: Jacob Perron, Josh Gadeken, Owen Hooper, Pedro Grojsgold, pgold

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

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged create_driver at Robotics Stack Exchange

No version for distro iron showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

create_driver package from create_robot repo

create_bringup create_description create_driver create_msgs create_robot

ROS Distro
humble

Package Summary

Tags No category tags.
Version 3.1.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/AutonomyLab/create_robot.git
VCS Type git
VCS Version humble
Last Updated 2023-05-21
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

ROS driver for iRobot's Create and Roomba platforms, based on libcreate

Additional Links

Maintainers

  • Jacob Perron

Authors

  • Jacob Perron

create_driver

ROS driver for iRobot’s Create 1 and 2.

CHANGELOG

Changelog for package create_driver

3.1.0 (2023-05-21)

  • Fix compilation for ROS Humble
  • Contributors: Jacob Perron

3.0.0 (2023-05-13)

  • Replace Travis CI with GitHub workflow and lint (#102)
  • Update maintainer email
  • Add parameter to enable the OI mode reporting bug workaround (#95)
  • Add cliff sensors (#93)
  • Add motor control (#97)
  • Disable libcreate's signal handler (#89)
  • Use rclcpp::spin instead of own implementation.
  • Use Node::now instead of rclcpp::Clock::now.
  • Make CreateDriver derive from rclcpp::Node.
  • Fix latching condition (#72)
  • Port to ROS 2 (foxy) (#8)
  • Stricter compile options
  • Switch to tf2
  • Reduce diagonal covariance values
  • Remove old install commands
  • Move launch and config files to create_bringup
  • Update maintainer info
  • Fix catkin lint error
  • Rename packages for clarity Originally the packages were named as 'create_autonomy', with the 'ca_' suffix for short. This was due to a name conflict with the turtlebot packages (e.g. create_driver and create_description): https://github.com/turtlebot/turtlebot_create.git Since the turtlebot packages are not released into ROS Melodic, the plan is to release these packages instead. If the turtlebot packages are eventually released, it should be straightforward to adapt them to use the description and driver packages here. Summary of renaming:
    • create_autonomy -> create_robot
    • ca_description -> create_description
    • ca_driver -> create_driver
    • ca_msgs -> create_msgs
    • ca_tools -> create_bringup
  • Contributors: Jacob Perron, Josh Gadeken, Owen Hooper, Pedro Grojsgold, pgold

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

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged create_driver at Robotics Stack Exchange

No version for distro lunar showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

create_driver package from create_robot repo

create_bringup create_description create_driver create_msgs create_robot

ROS Distro
humble

Package Summary

Tags No category tags.
Version 3.1.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/AutonomyLab/create_robot.git
VCS Type git
VCS Version humble
Last Updated 2023-05-21
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

ROS driver for iRobot's Create and Roomba platforms, based on libcreate

Additional Links

Maintainers

  • Jacob Perron

Authors

  • Jacob Perron

create_driver

ROS driver for iRobot’s Create 1 and 2.

CHANGELOG

Changelog for package create_driver

3.1.0 (2023-05-21)

  • Fix compilation for ROS Humble
  • Contributors: Jacob Perron

3.0.0 (2023-05-13)

  • Replace Travis CI with GitHub workflow and lint (#102)
  • Update maintainer email
  • Add parameter to enable the OI mode reporting bug workaround (#95)
  • Add cliff sensors (#93)
  • Add motor control (#97)
  • Disable libcreate's signal handler (#89)
  • Use rclcpp::spin instead of own implementation.
  • Use Node::now instead of rclcpp::Clock::now.
  • Make CreateDriver derive from rclcpp::Node.
  • Fix latching condition (#72)
  • Port to ROS 2 (foxy) (#8)
  • Stricter compile options
  • Switch to tf2
  • Reduce diagonal covariance values
  • Remove old install commands
  • Move launch and config files to create_bringup
  • Update maintainer info
  • Fix catkin lint error
  • Rename packages for clarity Originally the packages were named as 'create_autonomy', with the 'ca_' suffix for short. This was due to a name conflict with the turtlebot packages (e.g. create_driver and create_description): https://github.com/turtlebot/turtlebot_create.git Since the turtlebot packages are not released into ROS Melodic, the plan is to release these packages instead. If the turtlebot packages are eventually released, it should be straightforward to adapt them to use the description and driver packages here. Summary of renaming:
    • create_autonomy -> create_robot
    • ca_description -> create_description
    • ca_driver -> create_driver
    • ca_msgs -> create_msgs
    • ca_tools -> create_bringup
  • Contributors: Jacob Perron, Josh Gadeken, Owen Hooper, Pedro Grojsgold, pgold

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

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged create_driver at Robotics Stack Exchange

No version for distro jade showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

create_driver package from create_robot repo

create_bringup create_description create_driver create_msgs create_robot

ROS Distro
humble

Package Summary

Tags No category tags.
Version 3.1.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/AutonomyLab/create_robot.git
VCS Type git
VCS Version humble
Last Updated 2023-05-21
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

ROS driver for iRobot's Create and Roomba platforms, based on libcreate

Additional Links

Maintainers

  • Jacob Perron

Authors

  • Jacob Perron

create_driver

ROS driver for iRobot’s Create 1 and 2.

CHANGELOG

Changelog for package create_driver

3.1.0 (2023-05-21)

  • Fix compilation for ROS Humble
  • Contributors: Jacob Perron

3.0.0 (2023-05-13)

  • Replace Travis CI with GitHub workflow and lint (#102)
  • Update maintainer email
  • Add parameter to enable the OI mode reporting bug workaround (#95)
  • Add cliff sensors (#93)
  • Add motor control (#97)
  • Disable libcreate's signal handler (#89)
  • Use rclcpp::spin instead of own implementation.
  • Use Node::now instead of rclcpp::Clock::now.
  • Make CreateDriver derive from rclcpp::Node.
  • Fix latching condition (#72)
  • Port to ROS 2 (foxy) (#8)
  • Stricter compile options
  • Switch to tf2
  • Reduce diagonal covariance values
  • Remove old install commands
  • Move launch and config files to create_bringup
  • Update maintainer info
  • Fix catkin lint error
  • Rename packages for clarity Originally the packages were named as 'create_autonomy', with the 'ca_' suffix for short. This was due to a name conflict with the turtlebot packages (e.g. create_driver and create_description): https://github.com/turtlebot/turtlebot_create.git Since the turtlebot packages are not released into ROS Melodic, the plan is to release these packages instead. If the turtlebot packages are eventually released, it should be straightforward to adapt them to use the description and driver packages here. Summary of renaming:
    • create_autonomy -> create_robot
    • ca_description -> create_description
    • ca_driver -> create_driver
    • ca_msgs -> create_msgs
    • ca_tools -> create_bringup
  • Contributors: Jacob Perron, Josh Gadeken, Owen Hooper, Pedro Grojsgold, pgold

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

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged create_driver at Robotics Stack Exchange

Package symbol

create_driver package from turtlebot_create repo

create_description create_driver create_node turtlebot_create

ROS Distro
indigo

Package Summary

Tags No category tags.
Version 2.3.1
License MIT
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/turtlebot/turtlebot_create.git
VCS Type git
VCS Version indigo
Last Updated 2017-11-22
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Driver for iRobot Create and Roomba This is a generic driver for iRobot Create that currently holds implementations for Turtlebot and Roomba. Port of pyrobot.py by Damon Kohler. It is currently labeled as turtlebot_driver pending review by the entire create community before using the name create_driver. For ROS bindings, please see turtlebot_node.

Additional Links

Maintainers

  • OSRF

Authors

  • Daemon Kohler
  • Ken Conley
  • Melonee Wise
README
No README found. See repository README.
CHANGELOG

Changelog for package create_driver

2.3.1 (2016-06-24)

2.3.0 (2014-11-30)

2.2.1 (2014-07-23)

  • Remove open() to fix double-open exception. Improve error info when an exception on opening serial port happens
  • Contributors: Paul Bouchier

2.2.0 (2013-08-30)

  • adds bugtracker and repo info to package.xml

2.1.0 (2013-07-19)

  • ROS Hydro beta release
  • Fully catkinized

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged create_driver at Robotics Stack Exchange

Package symbol

create_driver package from turtlebot_create repo

create_description create_driver create_node turtlebot_create

ROS Distro
hydro

Package Summary

Tags No category tags.
Version 2.2.1
License MIT
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/turtlebot/turtlebot_create.git
VCS Type git
VCS Version hydro
Last Updated 2014-11-18
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Driver for iRobot Create and Roomba This is a generic driver for iRobot Create that currently holds implementations for Turtlebot and Roomba. Port of pyrobot.py by Damon Kohler. It is currently labeled as turtlebot_driver pending review by the entire create community before using the name create_driver. For ROS bindings, please see turtlebot_node.

Additional Links

Maintainers

  • OSRF

Authors

  • Daemon Kohler
  • Ken Conley
  • Melonee Wise
README
No README found. See repository README.
CHANGELOG

Changelog for package create_driver

2.2.1 (2014-07-23)

  • Remove open() to fix double-open exception. Improve error info when an exception on opening serial port happens
  • Contributors: Paul Bouchier

2.2.0 (2013-08-30)

  • adds bugtracker and repo info to package.xml

2.1.0 (2013-07-19)

  • ROS Hydro beta release
  • Fully catkinized

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged create_driver at Robotics Stack Exchange

Package symbol

create_driver package from turtlebot_create repo

create_description create_driver create_node turtlebot_create

ROS Distro
kinetic

Package Summary

Tags No category tags.
Version 2.3.1
License MIT
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/turtlebot/turtlebot_create.git
VCS Type git
VCS Version indigo
Last Updated 2017-11-22
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Driver for iRobot Create and Roomba This is a generic driver for iRobot Create that currently holds implementations for Turtlebot and Roomba. Port of pyrobot.py by Damon Kohler. It is currently labeled as turtlebot_driver pending review by the entire create community before using the name create_driver. For ROS bindings, please see turtlebot_node.

Additional Links

Maintainers

  • OSRF

Authors

  • Daemon Kohler
  • Ken Conley
  • Melonee Wise
README
No README found. See repository README.
CHANGELOG

Changelog for package create_driver

2.3.1 (2016-06-24)

2.3.0 (2014-11-30)

2.2.1 (2014-07-23)

  • Remove open() to fix double-open exception. Improve error info when an exception on opening serial port happens
  • Contributors: Paul Bouchier

2.2.0 (2013-08-30)

  • adds bugtracker and repo info to package.xml

2.1.0 (2013-07-19)

  • ROS Hydro beta release
  • Fully catkinized

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged create_driver at Robotics Stack Exchange

Package symbol

create_driver package from create_robot repo

create_bringup create_description create_driver create_msgs create_robot

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 2.0.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/AutonomyLab/create_robot.git
VCS Type git
VCS Version melodic
Last Updated 2023-05-21
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

ROS driver for iRobot's Create and Roomba platforms, based on libcreate

Additional Links

Maintainers

  • Jacob Perron

Authors

  • Jacob Perron

create_driver

ROS driver for iRobot’s Create 1 and 2.

CHANGELOG

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

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged create_driver at Robotics Stack Exchange

Package symbol

create_driver package from create_robot repo

create_bringup create_description create_driver create_msgs create_robot

ROS Distro
noetic

Package Summary

Tags No category tags.
Version 2.0.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/AutonomyLab/create_robot.git
VCS Type git
VCS Version melodic
Last Updated 2023-05-21
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

ROS driver for iRobot's Create and Roomba platforms, based on libcreate

Additional Links

Maintainers

  • Jacob Perron

Authors

  • Jacob Perron

create_driver

ROS driver for iRobot’s Create 1 and 2.

CHANGELOG

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

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged create_driver at Robotics Stack Exchange