Skip to content

Commit

Permalink
Isaac ROS 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaiveersinghNV committed Jun 14, 2024
1 parent aa5ecde commit a97c3fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ Isaac ROS Jetson provides a set of messages to monitor the health of your board

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.

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.

---

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

* [`isaac_ros_jetson_stats`](https://nvidia-isaac-ros.github.io/repositories_and_packages/isaac_ros_jetson/isaac_ros_jetson_stats/index.html)
* [Quickstart](https://nvidia-isaac-ros.github.io/repositories_and_packages/isaac_ros_jetson/isaac_ros_jetson_stats/index.html#quickstart)
* [Control your Jetson](https://nvidia-isaac-ros.github.io/repositories_and_packages/isaac_ros_jetson/isaac_ros_jetson_stats/index.html#control-your-jetson)
* [Troubleshooting](https://nvidia-isaac-ros.github.io/repositories_and_packages/isaac_ros_jetson/isaac_ros_jetson_stats/index.html#troubleshooting)
* [API](https://nvidia-isaac-ros.github.io/repositories_and_packages/isaac_ros_jetson/isaac_ros_jetson_stats/index.html#api)
* [`isaac_ros_jetson_stats_services`](https://nvidia-isaac-ros.github.io/repositories_and_packages/isaac_ros_jetson/isaac_ros_jetson_stats_services/index.html)
Expand Down
2 changes: 1 addition & 1 deletion isaac_ros_jetson_stats/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>isaac_ros_jetson_stats</name>
<version>3.0.0</version>
<version>3.0.1</version>
<description>Isaac ROS Jetson. Set of packages to control your jetson from your board</description>
<author email="[email protected]">Raffaello Bonghi</author>
<maintainer email="[email protected]">Isaac ROS Maintainers</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion isaac_ros_jetson_stats_services/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>isaac_ros_jetson_stats_services</name>
<version>3.0.0</version>
<version>3.0.1</version>
<description>Interfaces for Isaac ROS Jetson</description>
<author email="[email protected]">Raffaello Bonghi</author>
<maintainer email="[email protected]">Isaac ROS Maintainers</maintainer>
Expand Down

0 comments on commit a97c3fb

Please sign in to comment.