File tree Expand file tree Collapse file tree 5 files changed +29
-8
lines changed Expand file tree Collapse file tree 5 files changed +29
-8
lines changed Original file line number Diff line number Diff line change 22Changelog 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
Original file line number Diff line number Diff line change 22Changelog 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+
11150.6.8 (2025-08-21)
1216------------------
1317* Added UI features for editing datasets, including merge and delete functionality.
Original file line number Diff line number Diff line change 22Changelog 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+
10150.6.8 (2025-08-21)
1116------------------
1217* Added functionality to edit data in the Physical AI Server, including merge and delete operations.
Original file line number Diff line number Diff line change 11physical_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
Original file line number Diff line number Diff line change 22Changelog 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+
12170.6.8 (2025-08-21)
1318------------------
1419* Added DatasetInfo.msg, EditDataset.srv, and GetDatasetInfo.srv interfaces for Data Edit communication.
You can’t perform that action at this time.
0 commit comments