We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3457d2 commit 76d550dCopy full SHA for 76d550d
nav2_collision_monitor/README.md
@@ -44,6 +44,12 @@ The data may be obtained from different data sources:
44
* Laser scanners (`sensor_msgs::msg::LaserScan` messages)
45
* PointClouds (`sensor_msgs::msg::PointCloud2` messages)
46
* IR/Sonars (`sensor_msgs::msg::Range` messages)
47
+* Costmap (`nav2_msgs::msg::Costmap` messages)
48
+
49
+> **⚠️ when using CostmapSource**
50
+> Collision Monitor normally **bypasses the costmap** to minimize reaction latency using fresh sensor data.
51
52
53
54
### Design
55
0 commit comments