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

Using teb_local_planner's feedback_msg for control

asked 2018-01-21 18:24:52 -0500

reben gravatar image

Are there any potential issues with using the trajectory points from teb_local_planner's /feedback_msg topic as the primary method of control?

By this, I mean that there is a separate node which subscribes to the /feedback_msg topic, and based on the trajectory points, the node calculates a throttle, braking, and steering value to send to the vehicle controllers. /enable_homotopy_class_planning will probably be set to true.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-02-03 05:29:40 -0500

croesmann gravatar image

There aren't any issues with using the trajectory points for control to my knowledge. The feedback message is sent in every computeVelocityCommand() call and hence with the same rate as the conventional twist message (if sending the feedback message is enabled via parameter).

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2018-01-21 18:24:52 -0500

Seen: 207 times

Last updated: Feb 03 '18