Skip to content

Commit c4e3ab8

Browse files
Merge pull request #487 from clearpathrobotics/fix/3d-nav-note
Added note about 3D lidar scans being experimental.
2 parents de02be7 + f987095 commit c4e3ab8

File tree

1 file changed

+2
-1
lines changed
  • docs_versioned_docs/version-ros2jazzy/ros/tutorials/navigation_demos

1 file changed

+2
-1
lines changed

docs_versioned_docs/version-ros2jazzy/ros/tutorials/navigation_demos/nav2.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ to `false`.
2222

2323
Clearpath's Nav2 demos are written to support 2D lidars. If your robot has a 3D lidar on it, you can use the
2424
[3d lidar's `scan` topic](../../api/sensors_api#3d-lidar-topics) to provide the necessary 2d `laserscan` input by
25-
using the `scan_topic` argument, e.g. `scan_topic:=/a300_0000/sensors/lidar3d_0/scan`.
25+
using the `scan_topic` argument, e.g. `scan_topic:=/a300_0000/sensors/lidar3d_0/scan`. However, this is
26+
experimental and potentially impacts various factors such as computing resources.
2627

2728
:::
2829

0 commit comments

Comments
 (0)