Skip to content

Commit cfd07e2

Browse files
committed
removed hka in send_dummy_motion_primitives_hka_ur10e.py
1 parent 374c3a9 commit cfd07e2

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

ur_robot_driver/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ install(PROGRAMS
207207
scripts/start_ursim.sh
208208
examples/examples.py
209209
examples/force_mode.py
210-
examples/send_dummy_motion_primitives_hka_ur10e.py
210+
examples/send_dummy_motion_primitives_ur10e.py
211211
DESTINATION lib/${PROJECT_NAME}
212212
)
213213

ur_robot_driver/README_MotionPrimitive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ ros2 control switch_controllers --activate motion_primitive_forward_controller -
121121
> [!WARNING]
122122
> Ensure that the robot in your configuration is able to execute these motion primitives without any risk of collision.
123123
```
124-
ros2 run ur_robot_driver send_dummy_motion_primitives_hka_ur10e.py
124+
ros2 run ur_robot_driver send_dummy_motion_primitives_ur10e.py
125125
```
126126
During the execution of the motion primitives, the movement can be stopped by pressing the Enter key in the terminal.
127127

0 commit comments

Comments
 (0)