spencer-project / spencer_people_tracking

Multi-modal ROS-based people detection and tracking framework for mobile robots developed within the context of the EU FP7 project SPENCER.
http://www.spencer.eu/
660 stars 327 forks source link

Path error in freiburg_people_tracking.launch #13

Closed pirobot closed 8 years ago

pirobot commented 8 years ago

There appears to be a path error in one of the include files in freiburg_people_tracking.launch. The following line:

<include file="$(find spencer_people_tracking_launch)/launch/filter_tracks.launch"/>

should be:

<include file="$(find spencer_people_tracking_launch)/launch/tracking/filter_tracks.launch"/>

tlind commented 8 years ago

Fixed in 6c4b5f8fb1e950929, thanks!

pirobot commented 8 years ago

Thank you!