tu-darmstadt-ros-pkg / hector_quadrotor

hector_quadrotor contains packages related to modeling, control and simulation of quadrotor UAV systems.
Other
382 stars 277 forks source link

Fix boost 1.53 issues #7

Closed cehberlin closed 10 years ago

cehberlin commented 10 years ago

changed boost::shared_dynamic_cast to boost::dynamic_pointer_cast and boost::shared_static_cast to boost::static_pointer_cast

cottsay commented 10 years ago

This completely blocks builds on Fedora, as the functions are no longer deprecated and are completely removed. Can you please bump the released version to include this?

Same goes for:

Thanks!

meyerj commented 10 years ago

Released:

cottsay commented 10 years ago

Thank you!