docs: Update collision monitor tutorial for holonomic robot#871
docs: Update collision monitor tutorial for holonomic robot#871SteveMacenski merged 2 commits intoros-navigation:masterfrom
Conversation
mini-1235
left a comment
There was a problem hiding this comment.
Please also fix the precommit and sign with DCO here
Fixed linting issues and signed off all commits. Ready for review. |
|
This includes some commits that already exist on main, please fix that so we can review and merge only your changes :-) |
Update collision monitor tutorial for holonomic robot Signed-off-by: Jaerak Son <sjr9017@naver.com>
|
@SteveMacenski |
|
|
||
| .. code-block:: yaml | ||
|
|
||
| collision_monitor: |
There was a problem hiding this comment.
Where did this come from and does this match the image?
There was a problem hiding this comment.
I created this example following the pattern of the non-holonomic robot example above. regarding the parameters, the previous commit had some discrepancies with the image. I have now updated the angle ranges to match the image exactly.
…tation - Updated `direction_start_angle` and `direction_end_angle` parameters in YAML to match the reference diagram. - Refined `using_collision_monitor.rst` based on review feedback (removed redundant non-negative description). Signed-off-by: Jaerak Son <sjr9017@naver.com>
…gation#871) * Update velocity polygon linear_min/max Description Update collision monitor tutorial for holonomic robot Signed-off-by: Jaerak Son <sjr9017@naver.com> * [collision_monitor] Update velocity polygon angles and refine documentation - Updated `direction_start_angle` and `direction_end_angle` parameters in YAML to match the reference diagram. - Refined `using_collision_monitor.rst` based on review feedback (removed redundant non-negative description). Signed-off-by: Jaerak Son <sjr9017@naver.com> --------- Signed-off-by: Jaerak Son <sjr9017@naver.com> Signed-off-by: pepisg <pedro.gonzalez@eia.edu.co>
* remove duplicated max_obstacle_height on voxel_layer in costmap2d config example (#874) Signed-off-by: EricoMeger <ericomeger9@gmail.com> Signed-off-by: pepisg <pedro.gonzalez@eia.edu.co> * bt_log_idle_transitions docs (#875) * Add docs Signed-off-by: Tony Najjar <tony.najjar@dexory.com> * revert Signed-off-by: Tony Najjar <tony.najjar@dexory.com> * . Signed-off-by: Tony Najjar <tony.najjar@dexory.com> * add console Signed-off-by: Tony Najjar <tony.najjar@dexory.com> --------- Signed-off-by: Tony Najjar <tony.najjar@dexory.com> Signed-off-by: pepisg <pedro.gonzalez@eia.edu.co> * docs: Update collision monitor tutorial for holonomic robot (#871) * Update velocity polygon linear_min/max Description Update collision monitor tutorial for holonomic robot Signed-off-by: Jaerak Son <sjr9017@naver.com> * [collision_monitor] Update velocity polygon angles and refine documentation - Updated `direction_start_angle` and `direction_end_angle` parameters in YAML to match the reference diagram. - Refined `using_collision_monitor.rst` based on review feedback (removed redundant non-negative description). Signed-off-by: Jaerak Son <sjr9017@naver.com> --------- Signed-off-by: Jaerak Son <sjr9017@naver.com> Signed-off-by: pepisg <pedro.gonzalez@eia.edu.co> * first draft semantic segmentation plugin Signed-off-by: pepisg <pedro.gonzalez@eia.edu.co> * readme fixes Signed-off-by: pepisg <pedro.gonzalez@eia.edu.co> * localization note Signed-off-by: pepisg <pedro.gonzalez@eia.edu.co> * fix codespell Signed-off-by: pepisg <pedro.gonzalez@eia.edu.co> * comments and clarifications Signed-off-by: pepisg <pedro.gonzalez@eia.edu.co> * Update tutorials/docs/navigation2_with_semantic_segmentation.rst Co-authored-by: Steve Macenski <stevenmacenski@gmail.com> Signed-off-by: Pedro Alejandro González <71234974+pepisg@users.noreply.github.com> Signed-off-by: pepisg <pedro.gonzalez@eia.edu.co> * Update tutorials/docs/navigation2_with_semantic_segmentation.rst Co-authored-by: Steve Macenski <stevenmacenski@gmail.com> Signed-off-by: Pedro Alejandro González <71234974+pepisg@users.noreply.github.com> Signed-off-by: pepisg <pedro.gonzalez@eia.edu.co> * Update tutorials/docs/navigation2_with_semantic_segmentation.rst Co-authored-by: Steve Macenski <stevenmacenski@gmail.com> Signed-off-by: Pedro Alejandro González <71234974+pepisg@users.noreply.github.com> Signed-off-by: pepisg <pedro.gonzalez@eia.edu.co> * Update tutorials/docs/navigation2_with_semantic_segmentation.rst Co-authored-by: Steve Macenski <stevenmacenski@gmail.com> Signed-off-by: Pedro Alejandro González <71234974+pepisg@users.noreply.github.com> * fix link Signed-off-by: pepisg <pedro.gonzalez@eia.edu.co> --------- Signed-off-by: EricoMeger <ericomeger9@gmail.com> Signed-off-by: pepisg <pedro.gonzalez@eia.edu.co> Signed-off-by: Tony Najjar <tony.najjar@dexory.com> Signed-off-by: Jaerak Son <sjr9017@naver.com> Signed-off-by: Pedro Alejandro González <71234974+pepisg@users.noreply.github.com> Co-authored-by: Érico Meger <86668447+EricoMeger@users.noreply.github.com> Co-authored-by: Tony Najjar <tony.najjar.1997@gmail.com> Co-authored-by: Jaerak Son <40343097+mach0312@users.noreply.github.com> Co-authored-by: Steve Macenski <stevenmacenski@gmail.com>
Basic Info
Description of contribution in a few bullet points
VelocityPolygondocumentation to reflect the recent logic change for holonomic robots (#5740).holonomicis set to true,linear_minandlinear_maxchecks are applied to the resultant velocity magnitude (speed), not just the x-component.linear_minandlinear_maxmust be non-negative values.holonomic: false), the behavior remains unchanged, and signed values are still used for backward motion.