Skip to content

Commit

Permalink
Added description of patch to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
icosac committed Dec 6, 2024
1 parent d057f2b commit c1a8cb5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Additional information

This is a patch to this [work](https://github.com/IntelRealSense/realsense-ros).

It adds some parameters that can be configured in order to correctly set the transformations:

Within the node, now these parameters are available:

- `odom_tf`: specifies the odom link to which the t265 is connected. It will NOT add any more namespace, so this should be the full name of the link.
- `camera_name`: specifies the name of the camera used if a single robot has multiple cameras.
- `tf_ns`: specifies the namespace to be used for all the link (except `odom_tf`).

The launch file `rs_launch.py` adds the previous parameters, plus:

- `node_name`: it sets the name of the node, while before it was the same as `camera_name`.
- `node_namespace` it sets the namespace of the node, while before it was the same as `camera_name`.

# ROS2 Wrapper for Intel® RealSense™ Devices
These are packages for using Intel RealSense cameras (D400 and L500 series, SR300 camera and T265 Tracking Module) with ROS2.

Expand Down

0 comments on commit c1a8cb5

Please sign in to comment.