pal-robotics / tiago_simulation

http://wiki.ros.org/Robots/TIAGo
Apache License 2.0
33 stars 28 forks source link

Unused args in tiago_2dnav_gazebo navigation launch #20

Closed gerardcanal closed 1 year ago

gerardcanal commented 1 year ago

Hello, When running roslaunch tiago_2dnav_gazebo tiago_navigation.launch public_sim:=true

I get a RLException: unused args [multiple, robot_namespace, is_sim] for include of [/opt/tiago_public_ws/src/pal_navigation_cfg_public/pal_navigation_cfg_tiago/launch/state_machine.launch]

Which apparently comes from state_machine.launch which doesn't have those arg,s but they are set in navigation.launch

I see some commits from yesterday, not sure if that broke it or if it was broken from before. This only happens when using public_sim.

saikishor commented 1 year ago

Hello @gerardcanal,

Thank you for pointing out the issue. Tomorrow morning, we will try to review the issue and get back to you.

Thank you,

Best Regards, PAL Robotics Team.

saikishor commented 1 year ago

Hello @gerardcanal ,

Thank you for reporting the issue. We have updated the repositories with the new fixes. Please pull the new changes from the repositories to test them.

Thank you,

Best Regards, PAL Robotics Team.

gerardcanal commented 1 year ago

Thanks Sai! It seems to work now.