diff --git a/docs/user-guide/rosplane-setup.md b/docs/user-guide/rosplane-setup.md index 339c63a..67e988f 100644 --- a/docs/user-guide/rosplane-setup.md +++ b/docs/user-guide/rosplane-setup.md @@ -53,7 +53,7 @@ If you already added the source command to your `.bashrc` from the [ROS2 Setup]( source install/setup.bash # add it to your .bashrc -echo "source install/setup.bash >> $HOME/.bashrc" +echo "source /path/to/rosflight_ws/install/setup.bash >> $HOME/.bashrc" ``` Note that sourcing the `setup.bash` file in the `rosflight_ws` directory will install all ROS2 packages in any subdirectories. @@ -144,6 +144,11 @@ If using a simulated transmitter, use `ros2 service call /toggle_override std_sr The plane should then take off or fly autonomously in the simulator! +!!! note + The ROSflight firmware requires that the vehicle is armed before disabling RC override. + Make sure that the RC override is toggled off before arming. + This can be done using the `ros2 service call` above or an RC switch, if you have one set up. + ## Running ROSplane on Hardware Ensure `rosflight_io` is running on the companion computer, and that the flight controller is connects to the companion computer.