Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

many changes to edge_{velocity,acceleration,jerk} #112

Open
wants to merge 15 commits into
base: melodic-devel
Choose a base branch
from
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@ add_library(teb_local_planner
src/homotopy_class_planner.cpp
src/teb_local_planner_ros.cpp
src/graph_search.cpp
src/g2o_types/edge_acceleration.cpp
src/g2o_types/edge_jerk.cpp
src/g2o_types/edge_velocity.cpp
)

# Dynamic reconfigure: make sure configure headers are built before any node using them
Expand Down
460 changes: 244 additions & 216 deletions cfg/TebLocalPlannerReconfigure.cfg

Large diffs are not rendered by default.

839 changes: 456 additions & 383 deletions include/teb_local_planner/g2o_types/edge_acceleration.h

Large diffs are not rendered by default.

Empty file modified include/teb_local_planner/g2o_types/edge_dynamic_obstacle.h
100755 → 100644
Empty file.
Loading