Conversation
|
I am not sure this is the correct fix, but anyone that will need to integrate collision monitor with nav2_bringup, which I presume is the recommended way to launch nav2, will have an easier time, with less config tweaking needed. |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #3745 +/- ##
==========================================
+ Coverage 90.17% 90.30% +0.12%
==========================================
Files 413 413
Lines 18186 18186
==========================================
+ Hits 16400 16423 +23
+ Misses 1786 1763 -23
☔ View full report in Codecov by Sentry. |
|
Closing as solution was documentation only at the end |
|
Updated for using the smoother by default, just like the default flow in nav2_bringup |
AlexeyMerzlyakov
left a comment
There was a problem hiding this comment.
Please check and sync-up nav2_collision_monitor/README.md with latest documentation changes. Otherwise, this change should be enough for CM node.
|
Yeah, make sure to pull in |
|
@nakai-omer rebase or pull in main and heed Alexey's comment #3745 (review) I think we can merge then |
|
@nakai-omer if you had a few minutes, we could finish this up! |
|
@AlexeyMerzlyakov Do you think the design image in nav2_collision_monitor/README.md should be updated to include the velocity smoother? Or it comes to show that cmd_vel is rooted in the controller server? Secondly, there is a link to the configuration guide, that links to https://navigation.ros.org/configuration/packages/configuring-collision-monitor.html, you think it should link directly to https://navigation.ros.org/configuration/packages/collision_monitor/configuring-collision-monitor-node.html? |
|
I think those are fine |
|
@SteveMacenski Thanks a lot, I have pulled from main. |
* Update collision_monitor_params.yaml * Update collision_monitor_node.cpp * Update default topics in collision_monitor_node.cpp * Update default topics in collision_monitor_params.yaml * Update collision_monitor_params.yaml * Update collision_monitor_node.cpp * Update default topics in collision_monitor_node.cpp * Update default topics in collision_monitor_params.yaml Signed-off-by: enricosutera <enricosutera@outlook.com>
* Update collision_monitor_params.yaml * Update collision_monitor_node.cpp * Update default topics in collision_monitor_node.cpp * Update default topics in collision_monitor_params.yaml * Update collision_monitor_params.yaml * Update collision_monitor_node.cpp * Update default topics in collision_monitor_node.cpp * Update default topics in collision_monitor_params.yaml
Basic Info
Description of contribution in a few bullet points
Description of documentation updates required from your changes
Need to update
https://navigation.ros.org/tutorials/docs/using_collision_monitor.htmlWill do in a separate PR to the relevant repo.
For Maintainers: