Starting modes
Last updated
Last updated
Starts the Planning Mode
Starts the Simulation Mode
Starts the Navigation Mode
Swarm.startPlanning()
Parameters:
None
Result: Sets the operation mode as Planning and opens the initial window.
Swarm.startSimulation(
launch=False
)
Parameters:
launch: bool, optional
Set launch boolean to 'True' in order to allow running the simulation with the standard initial formation
Result: Starts all the ROS necessary nodes, the Gazebo, Swarm Checker, and launches the simulation with the already defined params.
Swarm.startNavigation()
Parameters:
None
Result: Sets the operation mode as Navigation.
The modes are detailed in the section