Skip to content

Commit

Permalink
Fix .repos files
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass committed Dec 19, 2024
1 parent c277479 commit 12bc66a
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ ros2 launch kortex_bringup kortex_sim_control.launch.py \
* `use_sim_time` : Use simulated clock. Default value is `true`.
* `gripper` : Gripper to use. Possible values for the Gen3 are either `robotiq_2f_85`, `robotiq_2f_140` or `""`. Default is `robotiq_2f_85`. An empty string will not initialise any gripper.

#### MoveIt2
#### MoveIt 2

To generate motion plans and execute them with a simulated 7 DoF Kinova Gen3 arm with mock hardware:

Expand Down
4 changes: 0 additions & 4 deletions ros2_kortex-not-released.humble.repos
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,3 @@ repositories:
type: git
url: https://github.com/tylerjw/serial.git
version: ros2
gz_ros2_control:
type: git
url: https://github.com/ros-simulation/gz_ros2_control.git
version: humble
8 changes: 4 additions & 4 deletions ros2_kortex-not-released.rolling.repos
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ repositories:
type: git
url: https://github.com/ros-controls/ros2_controllers.git
version: master
realtime_tools:
type: git
url: https://github.com/ros-controls/realtime_tools.git
version: master
picknik_controllers:
type: git
url: https://github.com/picknikrobotics/picknik_controllers.git
Expand All @@ -19,7 +23,3 @@ repositories:
type: git
url: https://github.com/tylerjw/serial.git
version: ros2
gz_ros2_control:
type: git
url: https://github.com/ros-simulation/gz_ros2_control.git
version: master
6 changes: 5 additions & 1 deletion ros2_kortex.humble.repos
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@ repositories:
ros2_robotiq_gripper:
type: git
url: https://github.com/picknikrobotics/ros2_robotiq_gripper.git
version: main
version: humble
gz_ros2_control:
type: git
url: https://github.com/ros-controls/gz_ros2_control.git
version: humble
4 changes: 0 additions & 4 deletions ros2_kortex.rolling.repos
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,3 @@ repositories:
type: git
url: https://github.com/picknikrobotics/picknik_controllers.git
version: main
gz_ros2_control:
type: git
url: https://github.com/ros-simulation/gz_ros2_control.git
version: master
4 changes: 4 additions & 0 deletions simulation.humble.repos
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ repositories:
type: git
url: https://github.com/gazebosim/ros_gz.git
version: humble
gz_ros2_control:
type: git
url: https://github.com/ros-controls/gz_ros2_control.git
version: humble
4 changes: 4 additions & 0 deletions simulation.repos
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ repositories:
type: git
url: https://github.com/gazebosim/ros_gz.git
version: ros2
gz_ros2_control:
type: git
url: https://github.com/ros-controls/gz_ros2_control.git
version: rolling

0 comments on commit 12bc66a

Please sign in to comment.