wg-perception / people

269 stars 197 forks source link

Filtered leg detector has missing dependencies; map_laser package is installed in a weird way. #103

Open RohanDwivedi opened 2 years ago

RohanDwivedi commented 2 years ago

ROS Melodic; Ubuntu 18.04.06.

ERROR: cannot launch node of type [map_laser/filter.py]: Cannot locate node of type [filter.py] in package [map_laser]. Make sure file exists in package path and permission is set to executable (chmod +x)

-- Managed to solve it by sudo cp //opt/ros/melodic/build/map_laser/filter.py //opt/ros/melodic/share/map_laser/ since I figured rospack find coudnt find the python file as it looked only inside the share directory.

[ERROR] [1632140530.856963692]: Bad filter type ScanShadowsFilter. Filter type must be of form /

-- Did not yet figure this out at the time of writing, will update if I find a solution.

RohanDwivedi commented 2 years ago

[ERROR] [1632140530.856963692]: Bad filter type ScanShadowsFilter. Filter type must be of form /

https://github.com/ros-perception/laser_filters/issues/69 update: had to change type: ScanShadowsFilter to type: laser_filters/ScanShadowsFilter in filters.yaml file