ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Why not allow for dynamic goal checker plugins?

asked 2021-03-22 07:37:07 -0500

programmer-man gravatar image

Looking through the code, I'm wondering why nav2_controller::ControllerServer doesn't allow for dynamic goal checker plugins like it does for the controller plugins. Take the following examples as motivation.

Scenario 1: We want the robot to interface with a control panel and so we give it a path that ends with it facing the panel (orientation is important, thus for this scenario the goal checker needs to ensure we have achieved the correct pose).

Scenario 2: We want the robot to communicate with another robot and so we give it a path that brings the robot within range of the other robot (we don't want it to go out of it's way to orient itself since in this case orientation doesn't matter).

Of course, these two scenarios would likely require different planners and or controllers but wouldn't it be ideal that our controller returns true if we achieve the desired result (the correct location and orientation for scenario 1 and just the correct location for scenario 2)?

PS. I would think we would also allow for dynamic plugins for the progress checker, because you never know.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2021-03-22 15:45:06 -0500

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2021-03-22 07:37:07 -0500

Seen: 74 times

Last updated: Mar 22 '21