Skip to content

Commit 4ed5055

Browse files
authored
Merge pull request #350 from ROBOTIS-GIT/feature-hotfix-omx-leader-trigger-drive-mode
Feature hotfix omx leader trigger drive mode
2 parents d83295b + 1687a1a commit 4ed5055

File tree

25 files changed

+60
-14
lines changed

25 files changed

+60
-14
lines changed

open_manipulator/CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package open_manipulator
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
4.0.10 (2025-10-23)
6+
-------------------
7+
* Changed default drive mode to 0 for OMX-L
8+
* Contributors: Woojin Wie
9+
510
4.0.9 (2025-09-15)
611
------------------
712
* Support custom camera namespace and connection

open_manipulator/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>open_manipulator</name>
5-
<version>4.0.9</version>
5+
<version>4.0.10</version>
66
<description>
77
OpenMANIPULATOR meta ROS 2 package.
88
</description>

open_manipulator_bringup/CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Changelog for package open_manipulator_bringup
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
4.0.10 (2025-10-23)
6+
-------------------
7+
* None
8+
59
4.0.9 (2025-09-16)
610
------------------
711
* Support custom camera namespace and connection

open_manipulator_bringup/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>open_manipulator_bringup</name>
5-
<version>4.0.9</version>
5+
<version>4.0.10</version>
66
<description>OpenMANIPULATOR bringup ROS 2 package.</description>
77
<maintainer email="[email protected]">Pyo</maintainer>
88
<license>Apache 2.0</license>

open_manipulator_bringup/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name=package_name,
11-
version='4.0.9',
11+
version='4.0.10',
1212
packages=find_packages(exclude=['test']),
1313
data_files=[
1414
('share/ament_index/resource_index/packages', ['resource/' + package_name]),

open_manipulator_collision/CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Changelog for package open_manipulator_collision
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
4.0.10 (2025-10-23)
6+
-------------------
7+
* None
8+
59
4.0.9 (2025-09-15)
610
------------------
711
* None

open_manipulator_collision/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>open_manipulator_collision</name>
5-
<version>4.0.9</version>
5+
<version>4.0.10</version>
66
<description>
77
This package implements a self-collision detection system for the follower robot during
88
leader-follower teleoperation. Its primary purpose is to enhance safety by detecting

open_manipulator_description/CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package open_manipulator_description
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
4.0.10 (2025-10-23)
6+
-------------------
7+
* Changed default drive mode to 0 for OMX-L
8+
* Contributors: Woojin Wie
9+
510
4.0.9 (2025-09-15)
611
------------------
712
* None

open_manipulator_description/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>open_manipulator_description</name>
5-
<version>4.0.9</version>
5+
<version>4.0.10</version>
66
<description>
77
open_manipulator_description ROS 2 package.
88
</description>

open_manipulator_description/ros2_control/omx_l.ros2_control.xacro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
<state_interface name="Present Position"/>
153153
<state_interface name="Present Velocity"/>
154154
<!-- <state_interface name="Present Current"/> -->
155-
<param name="Drive Mode">1</param>
155+
<param name="Drive Mode">0</param>
156156
<param name="Operating Mode">5</param>
157157
<param name="Return Delay Time">0</param>
158158
<param name="Position P Gain">1000</param>

0 commit comments

Comments
 (0)