Skip to content

Commit

Permalink
More fixes to get CI working
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass committed Dec 19, 2024
1 parent 329f4cf commit a701924
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rolling-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- {ROS_DISTRO: rolling, ROS_REPO: testing}
env:
UPSTREAM_WORKSPACE: ros2_kortex-not-released.${{ matrix.env.ROS_DISTRO }}.repos
# This is available in the main Rolling repo, but not the testing repo. Otherwise, this can be installed from binaries.
ROSDEP_SKIP_KEYS: gz_ros2_control
CCACHE_DIR: ${{ github.workspace }}/.ccache
BASEDIR: ${{ github.workspace }}/.work
CACHE_PREFIX: ${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,8 @@ The `kortex_sim_control.launch.py` launch file is designed to simulate all of ou
```bash
ros2 launch kortex_bringup kortex_sim_control.launch.py \
use_sim_time:=true \
launch_rviz:=false
launch_rviz:=false \
robot_controller:=joint_trajectory_controller
```

* `sim_gazebo` : Use Gazebo for simulation. Default value is `false`.
Expand Down
8 changes: 7 additions & 1 deletion ros2_kortex-not-released.rolling.repos
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,14 @@ repositories:
ros2_robotiq_gripper:
type: git
url: https://github.com/picknikrobotics/ros2_robotiq_gripper.git
version: main
version: 27ecc36c1fa0db53a14f814d3b1008ae2874c039
serial:
type: git
url: https://github.com/tylerjw/serial.git
version: ros2
# This is available in the main Rolling repo, but not the testing repo.
# Otherwise, this can be installed from binaries.
gz_ros2_control:
type: git
url: https://github.com/ros-controls/gz_ros2_control.git
version: rolling
2 changes: 1 addition & 1 deletion ros2_kortex.repos
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ repositories:
ros2_robotiq_gripper:
type: git
url: https://github.com/picknikrobotics/ros2_robotiq_gripper.git
version: main
version: 27ecc36c1fa0db53a14f814d3b1008ae2874c039

0 comments on commit a701924

Please sign in to comment.