Skip to content

Commit 0af8791

Browse files
committed
Merge remote-tracking branch 'origin/main' into feature-multiple-service-with-same-name
Signed-off-by: ola31 <[email protected]>
2 parents 00ef635 + 9b2f9b2 commit 0af8791

File tree

5 files changed

+29
-8
lines changed

5 files changed

+29
-8
lines changed

physical_ai_interfaces/CHANGELOG.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
Changelog for package physical_ai_interfaces
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
0.6.9 (2025-09-16)
5+
0.6.9 (2025-09-19)
6+
------------------
7+
* None
8+
9+
0.6.9 (2025-09-18)
610
------------------
711
* None
812

physical_ai_manager/CHANGELOG.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22
Changelog for package physical_ai_manager
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
0.6.9 (2025-09-16)
5+
0.6.9 (2025-09-19)
66
------------------
77
* Added auto-reconnect subscriptions when setting robot type after physical_ai_server restart.
88
* Fixed a bug in the file browser component that caused multiple calls to the browseFile service.
99
* Contributors: Kiwoong Park
1010

11+
0.6.9 (2025-09-18)
12+
------------------
13+
* None
14+
1115
0.6.8 (2025-08-21)
1216
------------------
1317
* Added UI features for editing datasets, including merge and delete functionality.

physical_ai_server/CHANGELOG.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@
22
Changelog for package physical_ai_server
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
0.6.9 (2025-09-16)
5+
0.6.9 (2025-09-19)
66
------------------
77
* Prevent duplicate ROS2 services when changing robot type repeatedly.
88
* Contributors: Kiwoong Park
99

10+
0.6.9 (2025-09-18)
11+
------------------
12+
* Changed omx_config.yaml file.
13+
* Contributors: Junha Cha
14+
1015
0.6.8 (2025-08-21)
1116
------------------
1217
* Added functionality to edit data in the Physical AI Server, including merge and delete operations.

physical_ai_server/config/omx_config.yaml renamed to physical_ai_server/config/omx_f_config.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
physical_ai_server:
22
ros__parameters:
3-
omx:
3+
omx_f:
44
observation_list:
5-
- cam_global
5+
- camera1
6+
# - camera2 #check your camera topic from 'ros2 topic list' command
67
- state
78

89
camera_topic_list:
9-
- cam_global:/camera/camera/color/image_raw/compressed
10+
- camera1:/camera1/image_raw/compressed
11+
# - camera2:/camera2/image_raw/compressed #check your camera topic from 'ros2 topic list' command
1012

1113
joint_topic_list:
1214
- follower:/joint_states
@@ -21,4 +23,5 @@ physical_ai_server:
2123
- joint2
2224
- joint3
2325
- joint4
24-
- gripper_left_joint
26+
- joint5
27+
- gripper_joint_1

physical_ai_tools/CHANGELOG.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,18 @@
22
Changelog for package physical_ai_tools
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
0.6.9 (2025-09-16)
5+
0.6.9 (2025-09-19)
66
------------------
77
* Prevent duplicate ROS2 services when changing robot type repeatedly.
88
* Added auto-reconnect subscriptions when setting robot type after physical_ai_server restart.
99
* Fixed a bug in the file browser component that caused multiple calls to the browseFile service.
1010
* Contributors: Kiwoong Park
1111

12+
0.6.9 (2025-09-18)
13+
------------------
14+
* Changed omx_config.yaml file.
15+
* Contributors: Junha Cha
16+
1217
0.6.8 (2025-08-21)
1318
------------------
1419
* Added DatasetInfo.msg, EditDataset.srv, and GetDatasetInfo.srv interfaces for Data Edit communication.

0 commit comments

Comments
 (0)