Skip to content

Commit eb95d3f

Browse files
authored
rename kortex2 -> kortex (Kinovarobotics#144)
This package was ported to ros2 an some these packages were named kortex2 The 2 belongs to ros not the kortex version. remove all kortex2 in and replace with just kortex Signed-off-by: Alexander Moriarty <[email protected]>
1 parent c52e41d commit eb95d3f

27 files changed

+67
-67
lines changed

.github/workflows/ci-ros-lint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
distribution: rolling
1919
linter: ${{ matrix.linter }}
2020
package-name:
21-
kortex2_bringup
22-
kortex2_driver
21+
kortex_bringup
22+
kortex_driver
2323

2424

2525
ament_lint_100:
@@ -38,5 +38,5 @@ jobs:
3838
linter: cpplint
3939
arguments: "--linelength=100 --filter=-whitespace/newline"
4040
package-name:
41-
kortex2_bringup
42-
kortex2_driver
41+
kortex_bringup
42+
kortex_driver

.github/workflows/humble-source-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
import-token: ${{ secrets.GITHUB_TOKEN }}
3030
# build all packages listed in the meta package
3131
package-name:
32-
kortex2_bringup
33-
kortex2_driver
32+
kortex_bringup
33+
kortex_driver
3434
vcs-repo-file-url: |
3535
https://raw.githubusercontent.com/ros2/ros2/${{ env.ROS_DISTRO }}/ros2.repos
3636
file://${{ github.workspace }}/ros2_kortex.${{ env.ROS_DISTRO }}.repos

.github/workflows/rolling-source-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
import-token: ${{ secrets.GITHUB_TOKEN }}
2626
# build all packages listed in the meta package
2727
package-name:
28-
kortex2_bringup
29-
kortex2_driver
28+
kortex_bringup
29+
kortex_driver
3030
vcs-repo-file-url: |
3131
https://raw.githubusercontent.com/ros2/ros2/master/ros2.repos
3232
file://${{ github.workspace }}/ros2_kortex.repos

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ ros2 launch kortex_description view_robot.launch.py
8989
To simulate the 7 DoF Kinova Gen3 robot arm with mock hardware:
9090

9191
```bash
92-
ros2 launch kortex2_bringup gen3.launch.py \
92+
ros2 launch kortex_bringup gen3.launch.py \
9393
robot_ip:=yyy.yyy.yyy.yyy \
9494
use_fake_hardware:=true
9595
```
@@ -105,7 +105,7 @@ ros2 launch kinova_gen3_7dof_robotiq_2f_85_moveit_config robot.launch.py \
105105
Alternatively, if you wish to use the Kinova Gen3's 6 DoF variant:
106106

107107
```bash
108-
ros2 launch kortex2_bringup gen3.launch.py \
108+
ros2 launch kortex_bringup gen3.launch.py \
109109
robot_ip:=yyy.yyy.yyy.yyy \
110110
use_fake_hardware:=true \
111111
dof:=6
@@ -122,7 +122,7 @@ ros2 launch kinova_gen3_6dof_robotiq_2f_85_moveit_config robot.launch.py \
122122
To simulate the 7dof Kinova Gen3 robot with ignition run the following:
123123

124124
```bash
125-
ros2 launch kortex2_bringup kortex_sim_control.launch.py \
125+
ros2 launch kortex_bringup kortex_sim_control.launch.py \
126126
dof:=7 \
127127
use_sim_time:=true \
128128
launch_rviz:=false

kortex2_bringup/CMakeLists.txt renamed to kortex_bringup/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.5)
2-
project(kortex2_bringup)
2+
project(kortex_bringup)
33

44
find_package(ament_cmake REQUIRED)
55
find_package(ament_cmake_python REQUIRED)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)