create3_coverage package from create3_examples repocreate3_coverage create3_examples_msgs create3_examples_py create3_lidar_slam create3_republisher create3_teleop |
|
Package Summary
Tags | No category tags. |
Version | 0.0.5 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/iRobotEducation/create3_examples.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2024-08-20 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Alberto Soragna
- Justin Kearns
Authors
- Alberto Soragna
iRobot® Create® 3 Coverage
This example creates a ROS 2 action server that runs a simple non-systematic coverage algorithm on your Create® 3.
The purpose of this example is to show how to command your robot and react to its hazard information.
How to use
Build this and the create3_examples_msgs
packages.
Source the setup shell scripts.
Start the coverage action server
ros2 run create3_coverage create3_coverage
In a separate terminal command a coverage action
ros2 action send_goal /coverage create3_examples_msgs/action/Coverage "{explore_duration:{sec: 500, nanosec: 0}, max_runtime:{sec: 1000,nanosec: 0}}"
Robot initial configuration
NOTES:
- Do not start the behavior with the robot undocked, but very close to the dock. The behavior may fail or it may cause the robot to run over its dock. It’s safe to start with the robot still docked.
- Do not start the behavior with the robot in contact with obstacles or cliffs.
Troubleshooting
Waiting for an action server to become available...
If users notice that they are unable to communicate with the coverage action server when using Fast-DDS RMW, this is due to the following bug https://github.com/ros2/rmw_fastrtps/issues/563.
A simple fix consists in updating the rwm_fastrtps_cpp
library to a version >= 5.0.1
Changelog for package create3_coverage
0.0.5 (2024-06-27)
- update create3_coverage package.xml
- Contributors: Alberto Soragna
0.0.4 (2024-06-27)
0.0.3 (2024-06-27)
0.0.2 (2024-06-05)
- Merge pull request #39 from iRobotEducation/jkearns/topic-fix change dock topic to dock_status for humble
- fix topic for humble
- minor changes to support ROS 2 Humble
- update READMEs with link to ROS galactic and create3_coverage troubleshooting
- Merge pull request #17 from iRobotEducation/asoragna/rename-duration rename coverage action max_duration into max_runtime
- rename coverage action max_duration into max_runtime
- Merge pull request #9 from iRobotEducation/asoragna/ready-to-start check if all robot topics/servers are available before accepting a goal
- check if all robot topics/servers are available before accepting a goal
- Documentation updates Typos, trademark symbols, and grammar fixes.
- update license to BSD-3
- Merge pull request #5 from iRobotEducation/asoragna/improvements improve dock detection, add backup limit hazard and minor improvements
- reduce opcodes buffer time
- improve dock detection, add backup limit hazard and minor improvements
- Merge pull request #4 from iRobotEducation/asoragna/license change LICENSE to apache 2.0
- change LICENSE to apache 2.0
- Merge pull request #2 from iRobotEducation/asoragna/create3-coverage Add create3 coverage example
- mention reflexes in readme
- allow user to disable reflexes on the robot and run custom reflex implementation
- keep list of past orientations when trying to evade from obstacles
- add explore_time argument and cleanup of logs
- go to drive_straight if spiral succeeds
- small fixes handling cancel and abort
- rework drive_straight behavior to support max distance
- fix typo in README.md
- enable kidnap detection
- Add create3 coverage example
- Contributors: Alberto Soragna, Justin Kearns, Steven Shamlian
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_lint_auto | |
ament_lint_common | |
create3_examples_msgs | |
geometry_msgs | |
irobot_create_msgs | |
nav_msgs | |
rclcpp | |
rclcpp_action | |
tf2_geometry_msgs |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged create3_coverage at Robotics Stack Exchange
create3_coverage package from create3_examples repocreate3_coverage create3_examples_msgs create3_examples_py create3_lidar_slam create3_republisher create3_teleop |
|
Package Summary
Tags | No category tags. |
Version | 1.0.0 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/iRobotEducation/create3_examples.git |
VCS Type | git |
VCS Version | jazzy |
Last Updated | 2024-09-28 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Alberto Soragna
- Justin Kearns
Authors
- Alberto Soragna
iRobot® Create® 3 Coverage
This example creates a ROS 2 action server that runs a simple non-systematic coverage algorithm on your Create® 3.
The purpose of this example is to show how to command your robot and react to its hazard information.
How to use
Build this and the create3_examples_msgs
packages.
Source the setup shell scripts.
Start the coverage action server
ros2 run create3_coverage create3_coverage
In a separate terminal command a coverage action
ros2 action send_goal /coverage create3_examples_msgs/action/Coverage "{explore_duration:{sec: 500, nanosec: 0}, max_runtime:{sec: 1000,nanosec: 0}}"
Robot initial configuration
NOTES:
- Do not start the behavior with the robot undocked, but very close to the dock. The behavior may fail or it may cause the robot to run over its dock. It’s safe to start with the robot still docked.
- Do not start the behavior with the robot in contact with obstacles or cliffs.
Troubleshooting
Waiting for an action server to become available...
If users notice that they are unable to communicate with the coverage action server when using Fast-DDS RMW, this is due to the following bug https://github.com/ros2/rmw_fastrtps/issues/563.
A simple fix consists in updating the rwm_fastrtps_cpp
library to a version >= 5.0.1
Changelog for package create3_coverage
1.0.0 (2024-09-28)
0.0.5 (2024-06-27)
- update create3_coverage package.xml
- Contributors: Alberto Soragna
0.0.4 (2024-06-27)
0.0.3 (2024-06-27)
0.0.2 (2024-06-05)
- Merge pull request #39 from iRobotEducation/jkearns/topic-fix change dock topic to dock_status for humble
- fix topic for humble
- minor changes to support ROS 2 Humble
- update READMEs with link to ROS galactic and create3_coverage troubleshooting
- Merge pull request #17 from iRobotEducation/asoragna/rename-duration rename coverage action max_duration into max_runtime
- rename coverage action max_duration into max_runtime
- Merge pull request #9 from iRobotEducation/asoragna/ready-to-start check if all robot topics/servers are available before accepting a goal
- check if all robot topics/servers are available before accepting a goal
- Documentation updates Typos, trademark symbols, and grammar fixes.
- update license to BSD-3
- Merge pull request #5 from iRobotEducation/asoragna/improvements improve dock detection, add backup limit hazard and minor improvements
- reduce opcodes buffer time
- improve dock detection, add backup limit hazard and minor improvements
- Merge pull request #4 from iRobotEducation/asoragna/license change LICENSE to apache 2.0
- change LICENSE to apache 2.0
- Merge pull request #2 from iRobotEducation/asoragna/create3-coverage Add create3 coverage example
- mention reflexes in readme
- allow user to disable reflexes on the robot and run custom reflex implementation
- keep list of past orientations when trying to evade from obstacles
- add explore_time argument and cleanup of logs
- go to drive_straight if spiral succeeds
- small fixes handling cancel and abort
- rework drive_straight behavior to support max distance
- fix typo in README.md
- enable kidnap detection
- Add create3 coverage example
- Contributors: Alberto Soragna, Justin Kearns, Steven Shamlian
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_lint_auto | |
ament_lint_common | |
create3_examples_msgs | |
geometry_msgs | |
irobot_create_msgs | |
nav_msgs | |
rclcpp | |
rclcpp_action | |
tf2_geometry_msgs |