Skip to content

Commit 1fd9ae2

Browse files
Merge pull request #3 from NVIDIA-ISAAC-ROS/release-3.0
Isaac ROS 3.0.1
2 parents aa5ecde + a97c3fb commit 1fd9ae2

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ Isaac ROS Jetson provides a set of messages to monitor the health of your board
3838

3939
As an illustration, consider a scenario where your board is under high power demand. In such a case, a node that reads the diagnostics message can dynamically adjust the `nvp` power mode or even disable certain nodes that are consuming excessive computational resources. This dynamic power management capability is a key feature of the tool.
4040

41+
Using the `isaac_ros_jetson` package in a Docker container can greatly improve the robustness and reliability of your project. This method ensures a consistent and isolated environment, reducing compatibility issues and making deployment across different platforms easier.
42+
4143
---
4244

4345
## Documentation
@@ -50,6 +52,7 @@ See [Isaac ROS Documentation](https://nvidia-isaac-ros.github.io/repositories_an
5052

5153
* [`isaac_ros_jetson_stats`](https://nvidia-isaac-ros.github.io/repositories_and_packages/isaac_ros_jetson/isaac_ros_jetson_stats/index.html)
5254
* [Quickstart](https://nvidia-isaac-ros.github.io/repositories_and_packages/isaac_ros_jetson/isaac_ros_jetson_stats/index.html#quickstart)
55+
* [Control your Jetson](https://nvidia-isaac-ros.github.io/repositories_and_packages/isaac_ros_jetson/isaac_ros_jetson_stats/index.html#control-your-jetson)
5356
* [Troubleshooting](https://nvidia-isaac-ros.github.io/repositories_and_packages/isaac_ros_jetson/isaac_ros_jetson_stats/index.html#troubleshooting)
5457
* [API](https://nvidia-isaac-ros.github.io/repositories_and_packages/isaac_ros_jetson/isaac_ros_jetson_stats/index.html#api)
5558
* [`isaac_ros_jetson_stats_services`](https://nvidia-isaac-ros.github.io/repositories_and_packages/isaac_ros_jetson/isaac_ros_jetson_stats_services/index.html)

isaac_ros_jetson_stats/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
2525
<package format="3">
2626
<name>isaac_ros_jetson_stats</name>
27-
<version>3.0.0</version>
27+
<version>3.0.1</version>
2828
<description>Isaac ROS Jetson. Set of packages to control your jetson from your board</description>
2929
<author email="[email protected]">Raffaello Bonghi</author>
3030
<maintainer email="[email protected]">Isaac ROS Maintainers</maintainer>

isaac_ros_jetson_stats_services/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
2525
<package format="3">
2626
<name>isaac_ros_jetson_stats_services</name>
27-
<version>3.0.0</version>
27+
<version>3.0.1</version>
2828
<description>Interfaces for Isaac ROS Jetson</description>
2929
<author email="[email protected]">Raffaello Bonghi</author>
3030
<maintainer email="[email protected]">Isaac ROS Maintainers</maintainer>

0 commit comments

Comments
 (0)