Skip to content
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

Humble: Update MoveIt Task Constructor #953

Merged
merged 3 commits into from
Sep 9, 2024
Merged

Conversation

KarthiAru
Copy link
Contributor

  • Updates the setup and build instructions for the MoveIt Task Constructor from ROS1 to ROS2. The changes include replacing the ROS1 workspace tools and build system with their ROS2 equivalents.
  • Updates launch commands for demos since individual launch files were replaced with common run.launch.py in the moveit/moveit_task_constructor repo.

…ructor

This commit updates the setup and build instructions for the MoveIt Task Constructor from ROS1 to ROS2. The changes include replacing the ROS1 workspace tools and build system with their ROS2 equivalents.

Detailed changes:
- Replaced `wstool` with direct `git clone` for fetching the MoveIt Task Constructor repository.
- Switched from `catkin build` to `colcon build --mixin release` for building the workspace.
- Updated launch commands to use ROS2's `ros2 launch` with the appropriate Python launch file.
Updating launch commands for demos since individual launch files were replaced with common run.launch.py in the moveit/moveit_task_constructor repo.
@rhaschke rhaschke merged commit 0a84d8b into moveit:humble Sep 9, 2024
7 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants