First steps#
Let us first try if everything is installed correctly by running an example simulation.
make sure that the navground libraries are in the path (source setup.* and/or modify the path of you environment).
launch CoppeliaSim, open one of the example scenes:
scenes/example_core.ttt
: uses APIs fromnavground_core
to move discs between waypoints,scenes/example_sim.ttt
: uses APIs fromnavground_sim
to move discs between waypoints, optionally recording their trajectories
play the simulation.
Note
You find more realistic example controlling a robot in navground_demo.