diff --git a/docs2/usage.rst b/docs2/usage.rst index 9f8270b32..215f9c56b 100644 --- a/docs2/usage.rst +++ b/docs2/usage.rst @@ -155,10 +155,11 @@ Onboard positioning The Crazyflie also supports several alternative positioning systems that provide direct onboard position or pose estimation. In this case you do not need to receive positioning from an external system like with MoCap. -Instructions per positioning system.: -* The `Loco positioning system `_ - Follow Bitcraze's tutorial `here `. -* The `Lighthouse positioning system `_ - Follow Bitcraze's tutorial `here `. Make sure to review the system management for saving and loading a system config, such that you don't have to redo the basestation geometry estimation for each crazyflie. -* The `Flow deck `_ - Follow Bitcraze's tutorial `here `. Note that the flow deck provides an relative positoing estimate and might conflict when you are flying with crazyswarm2 if you are flying with absolute coordinates instead of relative ones. +Instructions per positioning system: + +* The `Loco positioning system `_ - `Follow Bitcraze's tutorial on LPS here `_. +* The `Lighthouse positioning system `_ - `Follow Bitcraze's tutorial on Lighthouse here `_. Make sure to review the system management for saving and loading a system config, such that you don't have to redo the basestation geometry estimation for each crazyflie. +* The `Flow deck `_ - `Follow Bitcraze's tutorial on the flowdeck here `_. Note that the flow deck provides an relative positoing estimate and might conflict when you are flying with crazyswarm2 if you are flying with absolute coordinates instead of relative ones. Also in this case, make sure that motion_capture is disabled in the crazyflies.yaml file: @@ -238,4 +239,4 @@ Swarm Management The launch file will also start a swarm management tool that is a ROS node and web-based GUI. In the upper pane is the location of the drone visualized in a 3D window, similar to rviz. In the lower pane, the status as well as log messages are visible (tabbed per drone). -In the future, we are planning to add support for rebooting and other actions. \ No newline at end of file +In the future, we are planning to add support for rebooting and other actions.