Skip to content

Adjusted the waiting timeout for joint states. #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 30, 2025
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lerobot
4 changes: 4 additions & 0 deletions physical_ai_manager/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package physical_ai_manager
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.5.2 (2025-05-29)
------------------
* None

0.5.1 (2025-05-29)
------------------
* Added quality and transport parameters to image streaming URL
Expand Down
4 changes: 2 additions & 2 deletions physical_ai_manager/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion physical_ai_manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "physical_ai_manager",
"version": "0.5.1",
"version": "0.5.2",
"description": "Web UI for Physical AI Platform",
"author": "Kiwoong Park <pkw@robotis.com>",
"contributors": [
Expand Down
4 changes: 4 additions & 0 deletions physical_ai_server/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package physical_ai_server
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.5.2 (2025-05-29)
------------------
* None

0.5.1 (2025-05-29)
------------------
* None
Expand Down
2 changes: 1 addition & 1 deletion physical_ai_server/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>physical_ai_server</name>
<version>0.5.1</version>
<version>0.5.2</version>
<description>
ROS 2 package for Open Platform AI Kit integration
</description>
Expand Down
2 changes: 1 addition & 1 deletion physical_ai_server/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name=package_name,
version='0.5.1',
version='0.5.2',
packages=find_packages(),
data_files=[
('share/ament_index/resource_index/packages', ['resource/' + package_name]),
Expand Down
4 changes: 4 additions & 0 deletions physical_ai_tools/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package physical_ai_tools
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.5.2 (2025-05-29)
------------------
* Adjusted the waiting timeout for joint states.

0.5.1 (2025-05-29)
------------------
* Added quality and transport parameters to image streaming URL
Expand Down
2 changes: 1 addition & 1 deletion physical_ai_tools/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>physical_ai_tools</name>
<version>0.5.1</version>
<version>0.5.2</version>
<description>
physical_ai_tools meta ROS 2 package
</description>
Expand Down
Loading