Skip to content

fix for mpc_follower launch error

Fixed bug

The mpc_follower cannot be launched since an unused arg is defined in launch file. This bug came from recent MR !44 (merged).

How to be fixed

The arg is not used anymore, so removed it.

Merge request reports