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

ROS Navigation Goal Trigger

asked 2022-06-21 03:45:35 -0500

Os7 gravatar image

Hello all I have a question, is there a way to take the navigation goal when a real robot reaches a goal as a trigger to operate a motor like a stepper motor for example?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2022-06-21 04:25:36 -0500

ljaniec gravatar image

updated 2022-06-21 05:06:51 -0500

Yes, if you use move_baseyou can use its published topics: https://wiki.ros.org/move_base#Action...

Action Published Topics

move_base/feedback (move_base_msgs/MoveBaseActionFeedback)

Feedback contains the current position of the base in the world.

move_base/status (actionlib_msgs/GoalStatusArray)

Provides status information on the goals that are sent to the move_base

action.

edit flag offensive delete link more

Comments

1

Thanks alot

Os7 gravatar image Os7  ( 2022-06-21 04:36:08 -0500 )edit

If it answers your question, you can mark it as correct, so the question will be marked as solved in the queue

ljaniec gravatar image ljaniec  ( 2022-06-21 05:08:09 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2022-06-21 03:45:35 -0500

Seen: 61 times

Last updated: Jun 21 '22