-
Notifications
You must be signed in to change notification settings - Fork 45
Bump 2.2.0 #81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Bump 2.2.0 #81
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
---|---|---|
@@ -1,43 +1,66 @@ | ||
name: humble-devel | ||
# The name of the workflow | ||
name: CI | ||
|
||
# Controls when the action will run. Triggers the workflow on push or pull request | ||
# Specifies the events that trigger the workflow | ||
on: | ||
push: | ||
branches: [ humble-devel ] | ||
branches: [ humble, jazzy, main ] | ||
pull_request: | ||
branches: [ humble-devel ] | ||
branches: [ humble, jazzy, main ] | ||
|
||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel | ||
# Defines a set of jobs to be run as part of the workflow | ||
jobs: | ||
ros2-ci: | ||
runs-on: ubuntu-latest | ||
# The name of the job | ||
ROS_CI: | ||
runs-on: ubuntu-22.04 | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
ros_distribution: | ||
- humble | ||
# - rolling | ||
- jazzy | ||
- rolling | ||
include: | ||
# Humble Hawksbill (May 2027) | ||
- docker_image: rostooling/setup-ros-docker:ubuntu-jammy-ros-humble-ros-base-latest | ||
# ROS 2 Humble Hawksbill | ||
- docker_image: ubuntu:jammy | ||
ros_distribution: humble | ||
ros_version: 2 | ||
# # Rolling | ||
# - docker_image: rostooling/setup-ros-docker:ubuntu-jammy-ros-rolling-ros-base-latest | ||
# ros_distribution: rolling | ||
# ros_version: 2 | ||
# ROS 2 Jazzy Jalisco | ||
- docker_image: ubuntu:noble | ||
ros_distribution: jazzy | ||
ros_version: 2 | ||
# ROS 2 Rolling Ridley | ||
- docker_image: ubuntu:noble | ||
ros_distribution: rolling | ||
ros_version: 2 | ||
container: | ||
image: ${{ matrix.docker_image }} | ||
steps: | ||
- name: Setup directories | ||
- name: Setup workspace | ||
run: mkdir -p ros_ws/src | ||
- name: checkout | ||
uses: actions/checkout@v2 | ||
|
||
- name: Checkout code | ||
uses: actions/checkout@v4 | ||
with: | ||
path: ros_ws/src | ||
|
||
- name: Setup ROS environment | ||
uses: ros-tooling/setup-ros@v0.7 | ||
with: | ||
required-ros-distributions: ${{ matrix.ros_distribution }} | ||
|
||
- name: Build and Test | ||
uses: ros-tooling/action-ros-ci@0.2.6 | ||
uses: ros-tooling/action-ros-ci@v0.3 | ||
|
||
with: | ||
package-name: turtlebot3_manipulation | ||
target-ros2-distro: ${{ matrix.ros_distribution }} | ||
vcs-repo-file-url: "" | ||
package-name: | | ||
turtlebot3_manipulation | ||
turtlebot3_manipulation_bringup | ||
turtlebot3_manipulation_cartographer | ||
turtlebot3_manipulation_description | ||
turtlebot3_manipulation_hardware | ||
turtlebot3_manipulation_moveit_config | ||
turtlebot3_manipulation_navigation2 | ||
turtlebot3_manipulation_teleop |
This file contains hidden or 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 |
---|---|---|
@@ -1,50 +1,43 @@ | ||
# OpenManipulator with TurtleBot3 | ||
<img src="https://github.com/ROBOTIS-GIT/emanual/blob/master/assets/images/platform/turtlebot3/manipulation/tb3_with_opm_logo.png"> | ||
<img src="https://github.com/ROBOTIS-GIT/emanual/blob/master/assets/images/platform/turtlebot3/manipulation/hardware_setup.png"> | ||
# TurtleBot3 with OpenMANIPULATOR | ||
<img src="https://raw.githubusercontent.com/ROBOTIS-GIT/emanual/master/assets/images/platform/turtlebot3/manipulation/tb3_with_opm_logo.png" width="500"> | ||
|
||
- Active Branches: noetic, humble, main | ||
- Legacy Branches: *-devel | ||
|
||
## ROBOTIS e-Manual for OpenManipulator with TurtleBot3 | ||
- [ROBOTIS e-Manual for OpenManipulator with TurtleBot3](http://emanual.robotis.com/docs/en/platform/turtlebot3/manipulation/#manipulation) | ||
<img src="https://raw.githubusercontent.com/ROBOTIS-GIT/emanual/master/assets/images/platform/turtlebot3/manipulation/hardware_setup.png" width="500"> | ||
|
||
## Wiki for open_manipulator_with_tb3 Packages | ||
- http://wiki.ros.org/open_manipulator_with_tb3 (metapackage) | ||
- http://wiki.ros.org/open_manipulator_with_tb3_description | ||
- http://wiki.ros.org/open_manipulator_with_tb3_tools | ||
- http://wiki.ros.org/open_manipulator_with_tb3_waffle_moveit | ||
- http://wiki.ros.org/open_manipulator_with_tb3_waffle_pi_moveit | ||
- Active Branches: noetic, humble, jazzy, main(rolling) | ||
- Legacy Branches: *-devel | ||
|
||
## Open Source related to OpenManipulator with TurtleBot3 | ||
- [robotis_manipulator](https://github.com/ROBOTIS-GIT/robotis_manipulator) | ||
- [open_manipulator](https://github.com/ROBOTIS-GIT/open_manipulator) | ||
- [open_manipulator_msgs](https://github.com/ROBOTIS-GIT/open_manipulator_msgs) | ||
- [open_manipulator_simulations](https://github.com/ROBOTIS-GIT/open_manipulator_simulations) | ||
- [open_manipulator_perceptions](https://github.com/ROBOTIS-GIT/open_manipulator_perceptions) | ||
- [open_manipulator_processing](https://github.com/ROBOTIS-GIT/open_manipulator_processing) | ||
- [open_manipulator_friends](https://github.com/ROBOTIS-GIT/open_manipulator_friends) | ||
- [open_manipulator_with_tb3](https://github.com/ROBOTIS-GIT/open_manipulator_with_tb3) | ||
- [open_manipulator_with_tb3_msgs](https://github.com/ROBOTIS-GIT/open_manipulator_with_tb3_msgs) | ||
- [open_manipulator_with_tb3_simulations](https://github.com/ROBOTIS-GIT/open_manipulator_with_tb3_simulations) | ||
## Open Source Projects Related to TurtleBot3 and OpenMANIPULATOR | ||
- [turtlebot3](https://github.com/ROBOTIS-GIT/turtlebot3) | ||
- [turtlebot3_msgs](https://github.com/ROBOTIS-GIT/turtlebot3_msgs) | ||
- [turtlebot3_simulations](https://github.com/ROBOTIS-GIT/turtlebot3_simulations) | ||
- [turtlebot3_manipulation](https://github.com/ROBOTIS-GIT/turtlebot3_manipulation) | ||
- [turtlebot3_manipulation_simulations](https://github.com/ROBOTIS-GIT/turtlebot3_manipulation_simulations) | ||
- [turtlebot3_applications](https://github.com/ROBOTIS-GIT/turtlebot3_applications) | ||
- [turtlebot3_applications_msgs](https://github.com/ROBOTIS-GIT/turtlebot3_applications_msgs) | ||
- [turtlebot3_machine_learning](https://github.com/ROBOTIS-GIT/turtlebot3_machine_learning) | ||
- [turtlebot3_autorace](https://github.com/ROBOTIS-GIT/turtlebot3_autorace) | ||
- [turtlebot3_deliver](https://github.com/ROBOTIS-GIT/turtlebot3_deliver) | ||
- [turtlebot3_home_service_challenge](https://github.com/ROBOTIS-GIT/turtlebot3_home_service_challenge) | ||
- [hls_lfcd_lds_driver](https://github.com/ROBOTIS-GIT/hls_lfcd_lds_driver) | ||
- [manipulator_h](https://github.com/ROBOTIS-GIT/ROBOTIS-MANIPULATOR-H) | ||
- [ld08_driver](https://github.com/ROBOTIS-GIT/ld08_driver) | ||
- [open_manipulator](https://github.com/ROBOTIS-GIT/open_manipulator) | ||
- [dynamixel_sdk](https://github.com/ROBOTIS-GIT/DynamixelSDK) | ||
- [dynamixel_workbench](https://github.com/ROBOTIS-GIT/dynamixel-workbench) | ||
- [OpenCR-Hardware](https://github.com/ROBOTIS-GIT/OpenCR-Hardware) | ||
- [OpenCR](https://github.com/ROBOTIS-GIT/OpenCR) | ||
|
||
## Documents and Videos related to OpenManipulator with TurtleBot3 | ||
- [ROBOTIS e-Manual for OpenManipulator](http://emanual.robotis.com/docs/en/platform/openmanipulator/) | ||
- [ROBOTIS e-Manual for TurtleBot3](http://turtlebot3.robotis.com/) | ||
- [ROBOTIS e-Manual for Dynamixel SDK](http://emanual.robotis.com/docs/en/software/dynamixel/dynamixel_sdk/overview/) | ||
- [ROBOTIS e-Manual for Dynamixel Workbench](http://emanual.robotis.com/docs/en/software/dynamixel/dynamixel_workbench/) | ||
- [e-Book for TurtleBot3 and OpenManipulator](https://community.robotsource.org/t/download-the-ros-robot-programming-book-for-free/51/) | ||
- [Videos for OpenManipulator](https://www.youtube.com/playlist?list=PLRG6WP3c31_WpEsB6_Rdt3KhiopXQlUkb) | ||
- [Videos for TurtleBot3 and OpenManipulator](https://www.youtube.com/playlist?list=PLRG6WP3c31_XI3wlvHlx2Mp8BYqgqDURU) | ||
## Documentation, Videos, and Community | ||
|
||
### Official Documentation | ||
- ⚙️ **[ROBOTIS DYNAMIXEL](https://dynamixel.com/)** | ||
- 📚 **[ROBOTIS e-Manual for Dynamixel SDK](http://emanual.robotis.com/docs/en/software/dynamixel/dynamixel_sdk/overview/)** | ||
- 📚 **[ROBOTIS e-Manual for TurtleBot3](http://turtlebot3.robotis.com/)** | ||
- 📚 **[ROBOTIS e-Manual for OpenMANIPULATOR-X](https://emanual.robotis.com/docs/en/platform/openmanipulator_x/overview/)** | ||
|
||
### Learning Resources | ||
- 🎥 **[ROBOTIS YouTube Channel](https://www.youtube.com/@ROBOTISCHANNEL)** | ||
- 🎥 **[ROBOTIS Open Source YouTube Channel](https://www.youtube.com/@ROBOTISOpenSourceTeam)** | ||
- 🎥 **[ROBOTIS TurtleBot3 YouTube Playlist](https://www.youtube.com/playlist?list=PLRG6WP3c31_XI3wlvHlx2Mp8BYqgqDURU)** | ||
- 🎥 **[ROBOTIS OpenMANIPULATOR YouTube Playlist](https://www.youtube.com/playlist?list=PLRG6WP3c31_WpEsB6_Rdt3KhiopXQlUkb)** | ||
|
||
### Community & Support | ||
- 💬 **[ROBOTIS Community Forum](https://forum.robotis.com/)** | ||
- 💬 **[TurtleBot category from ROS Community](https://discourse.ros.org/c/turtlebot/)** |
This file contains hidden or 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 hidden or 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 hidden or 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
1 change: 0 additions & 1 deletion
1
turtlebot3_manipulation_bringup/env-hooks/turtlebot3_manipulation_bringup.dsv.in
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 |
---|---|---|
|
@@ -16,7 +16,6 @@ install(DIRECTORY launch rviz urdf gazebo meshes ros2_control | |
DESTINATION share/${PROJECT_NAME} | ||
) | ||
|
||
ament_environment_hooks("${CMAKE_CURRENT_SOURCE_DIR}/env-hooks/${PROJECT_NAME}.dsv.in") | ||
################################################################################ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
# Macro for ament package | ||
################################################################################ | ||
|
1 change: 0 additions & 1 deletion
1
turtlebot3_manipulation_description/env-hooks/turtlebot3_manipulation_description.dsv.in
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 |
---|---|---|
@@ -1,11 +1,23 @@ | ||
cmake_minimum_required(VERSION 3.10.2) | ||
################################################################################ | ||
# Set minimum required version of cmake, project name and compile options | ||
################################################################################ | ||
cmake_minimum_required(VERSION 3.5) | ||
project(turtlebot3_manipulation_moveit_config) | ||
|
||
################################################################################ | ||
# Find and load build settings from external packages | ||
################################################################################ | ||
find_package(ament_cmake REQUIRED) | ||
|
||
ament_package() | ||
|
||
################################################################################ | ||
# Install | ||
################################################################################ | ||
install(DIRECTORY launch DESTINATION share/${PROJECT_NAME} | ||
PATTERN "setup_assistant.launch" EXCLUDE) | ||
install(DIRECTORY config DESTINATION share/${PROJECT_NAME}) | ||
install(FILES .setup_assistant DESTINATION share/${PROJECT_NAME}) | ||
|
||
################################################################################ | ||
# Macro for ament package | ||
################################################################################ | ||
ament_package() |
This file contains hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
ament_environment_hooks
line has been removed. Verify that this is intentional and that the environment is still being set up correctly. This line was responsible for prepending the Gazebo model path, so its removal could affect Gazebo's ability to find the necessary models.