Closed tulku closed 1 year ago
Regarding starting the simulation manually, we want to run this in robomaker, which starts the simulation and the robot code as two different things, so I wanted to accommodate that workflow.
It would be nice to also gett launch_testing
or colcon test
integration. We could add that as a follow up issue.
Ok, now colcon test
will run the test (but you need to start the simulation first)
@francocipollone I added a commit that closes issue #14 as the PR was not merged yet (and I cannot merge PRs)
Including a simple robot does not drift test
To run the test start the simulation, and then run:
You should see an output like this:
If the simulation is not running, the test will fail as there are no odometry messages, and the drift is infinity:
You can also run the test using
colcon test
:(but you also need to run the simulation first)
This PR also adds the option to start the simulation in headless mode:
Closes #9, #14