Skip to content

Commit fb15b35

Browse files
authored
Merge pull request #43 from ROBOTIS-GIT/feature-volume-mapping-path
Update Docker Volume Mounts from /root to Home Directory
2 parents 97316d6 + b953d82 commit fb15b35

File tree

11 files changed

+25
-8
lines changed

11 files changed

+25
-8
lines changed

docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
- /tmp/.X11-unix:/tmp/.X11-unix:rw
3232
- /tmp/.docker.xauth:/tmp/.docker.xauth:rw
3333
- ../:/root/ros2_ws/src/physical_ai_tools/
34-
- /root/.cache/huggingface:/root/.cache/huggingface
34+
- ${HOME}/.cache/huggingface:/root/.cache/huggingface
3535
privileged: true
3636
command: bash
3737
runtime: nvidia

physical_ai_interfaces/CHANGELOG.rst

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

5+
0.5.13 (2025-07-21)
6+
------------------
7+
* None
8+
59
0.5.12 (2025-07-18)
610
------------------
711
* None

physical_ai_interfaces/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>physical_ai_interfaces</name>
5-
<version>0.5.12</version>
5+
<version>0.5.13</version>
66
<description>
77
ROS 2 interfaces for Physical AI tools
88
</description>

physical_ai_manager/CHANGELOG.rst

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

5+
0.5.13 (2025-07-21)
6+
------------------
7+
* None
8+
59
0.5.12 (2025-07-18)
610
------------------
711
* None

physical_ai_manager/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

physical_ai_manager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "physical_ai_manager",
3-
"version": "0.5.12",
3+
"version": "0.5.13",
44
"description": "Web UI for Physical AI Platform",
55
"author": "Kiwoong Park <[email protected]>",
66
"contributors": [

physical_ai_server/CHANGELOG.rst

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

5+
0.5.13 (2025-07-21)
6+
------------------
7+
* None
8+
59
0.5.12 (2025-07-18)
610
------------------
711
* Enabled appending video encodings without overwriting existing data in multi-task mode

physical_ai_server/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>physical_ai_server</name>
5-
<version>0.5.12</version>
5+
<version>0.5.13</version>
66
<description>
77
ROS 2 package for Open Platform AI Kit integration
88
</description>

physical_ai_server/setup.py

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

1515
setup(
1616
name=package_name,
17-
version='0.5.12',
17+
version='0.5.13',
1818
packages=find_packages(),
1919
data_files=[
2020
('share/ament_index/resource_index/packages', ['resource/' + package_name]),

physical_ai_tools/CHANGELOG.rst

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

5+
0.5.13 (2025-07-21)
6+
------------------
7+
* Updated Docker volume mount paths from `/root` to `${HOME}` for improved portability and compatibility
8+
* Contributors: Seongwoo Kim
9+
510
0.5.12 (2025-07-18)
611
------------------
712
* Enabled appending video encodings without overwriting existing data in multi-task mode

0 commit comments

Comments
 (0)