forked from iRobotEducation/create3_sim
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Asoragna/humble (iRobotEducation#197)
* various fixes to support ROS 2 Humble Signed-off-by: Alberto Soragna <alberto.soragna@gmail.com> * Asoragna/humble fixes (iRobotEducation#196) * Add Humble CI Signed-off-by: Alberto Soragna <alberto.soragna@gmail.com> * rename ign_ros2_control package to gazebo_ros2_control Signed-off-by: Alberto Soragna <alberto.soragna@gmail.com> * use const reference in for loops Signed-off-by: Alberto Soragna <alberto.soragna@gmail.com> Signed-off-by: Alberto Soragna <alberto.soragna@gmail.com> * Humble fix (iRobotEducation#193) * Fix range redefinition and backward movement Signed-off-by: Francisco Martín Rico <fmrico@gmail.com> * Update message names to iRobotEducation/irobot_create_msgs#10 Signed-off-by: Francisco Martín Rico <fmrico@gmail.com> * Revert safety parameter Signed-off-by: Francisco Martín Rico <fmrico@gmail.com> Signed-off-by: Francisco Martín Rico <fmrico@gmail.com> * fix linter errors Signed-off-by: Alberto Soragna <alberto.soragna@gmail.com> * add rsl dependency Signed-off-by: Alberto Soragna <alberto.soragna@gmail.com> * rename dock topic into dock_status Signed-off-by: Alberto Soragna <alberto.soragna@gmail.com> * fix linking with ignition libraries (iRobotEducation#198) Signed-off-by: Alberto Soragna <alberto.soragna@gmail.com> * rename ros2_control filename Signed-off-by: Alberto Soragna <alberto.soragna@gmail.com> * comment ign_ros2_control dependency as it must be built from sources Signed-off-by: Alberto Soragna <alberto.soragna@gmail.com> * add link in the readme admonition Signed-off-by: Alberto Soragna <alberto.soragna@gmail.com> Signed-off-by: Alberto Soragna <alberto.soragna@gmail.com> Signed-off-by: Francisco Martín Rico <fmrico@gmail.com> Co-authored-by: Francisco Martín Rico <fmrico@gmail.com>
- Loading branch information
Showing
45 changed files
with
211 additions
and
234 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,6 +40,7 @@ set(dependencies | |
nav_msgs | ||
rclcpp | ||
rclcpp_action | ||
rclcpp_components | ||
tf2 | ||
tf2_geometry_msgs | ||
tf2_ros | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.