Skip to content

Fixed broken sim

Bailey Andrew requested to merge fix-track-launching into master

I get an error about rviz not being a bool

This is because the default argument to rviz in all the tracks is "rviz"

So the launcher passes it as a bool, but if you don't use the launcher then it is liable to breaking

Merge request reports