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

what is the obstacle.cpp file in teb_local_planner for?

asked 2016-08-23 09:07:28 -0500

rajnunes gravatar image

correct me if im wrong . but is the obtacle.cpp file for obstacle msgs for dynamic obstacles

edit retag flag offensive close merge delete

Comments

hey, please indicate whether your questions is answered or not in order to clean up the list of unanswered questions.

croesmann gravatar image croesmann  ( 2016-11-16 03:52:52 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-09-23 07:39:45 -0500

croesmann gravatar image

updated 2018-10-10 06:23:17 -0500

the obstacle.cpp file along with its header defines the obstacle interface and particular implementations (point, line, polygon obstacles) for consideration in the teb_local_planner optimization problem. Although the obstacle class contains member fields for velocities, the teb_local_planner does not support actual dynamic obstacles yet. I am going to edit this answer as soon as it is supported.

EDIT: dynamic obstacles are now supported. Please check the tutorials ;-)

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-08-23 09:07:28 -0500

Seen: 301 times

Last updated: Oct 10 '18