ros-industrial-consortium / scan_n_plan_workshop

48 stars 25 forks source link

Update default empty list args as a workaround for ros2 launch issue #101

Closed marip8 closed 3 months ago

marip8 commented 3 months ago

Empty list parameters are apparently not supported yet in ROS2 launch; see here for details. The planning node crashes due to an invalid parameter exception when it is passed an empty list for a parameter. The work around is to add an empty string entry in the list, which is hacky but doesn't cause problems