diff --git a/clover/README.md b/clover/README.md index 35c3fafc..e3fd3147 100644 --- a/clover/README.md +++ b/clover/README.md @@ -44,16 +44,12 @@ Alternatively you may change the `fcu_url` property in `mavros.launch` file to p ## Running -To start connection to SITL, use: - -```bash -roslaunch clover sitl.launch -``` - To start connection to the flight controller, use: ```bash roslaunch clover clover.launch ``` +For the simulation information see the [corresponding article](https://clover.coex.tech/en/simulation.html). + > Note that the package is configured to connect to `/dev/px4fmu` by default (see [previous section](#manual-installation)). Install udev rules or specify path to your FCU device in `mavros.launch`. diff --git a/clover/launch/sitl.launch b/clover/launch/sitl.launch deleted file mode 100644 index bc38e650..00000000 --- a/clover/launch/sitl.launch +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/clover_simulation/launch/simulator.launch b/clover_simulation/launch/simulator.launch index d70f5f6c..dc6d74a0 100644 --- a/clover_simulation/launch/simulator.launch +++ b/clover_simulation/launch/simulator.launch @@ -1,4 +1,5 @@ + @@ -9,7 +10,7 @@ - + @@ -18,13 +19,13 @@ - + - + @@ -32,10 +33,20 @@ + + + + + + + + + + diff --git a/docs/en/sitl.md b/docs/en/sitl.md index e3b91a5d..017dbefd 100644 --- a/docs/en/sitl.md +++ b/docs/en/sitl.md @@ -1,7 +1,7 @@ PX4 Simulation === -> **Hint** This article is about running a standalone PX4 simulation with a generic quadcopter. Consider using [our configuration](simulation.md) for a more Clover-like experience. +> **Warning** This article is about running a standalone PX4 simulation with a generic quadcopter and **is outdated**. Consider using [our configuration](simulation.md) for a more Clover-like experience. Main article: https://dev.px4.io/en/simulation/ diff --git a/docs/ru/sitl.md b/docs/ru/sitl.md index 8bd4b8ac..4d9e9d62 100644 --- a/docs/ru/sitl.md +++ b/docs/ru/sitl.md @@ -198,7 +198,7 @@ catkin_make ```bash . devel/setup.bash -roslaunch clover sitl.launch +roslaunch clover_simulation simulator.launch type:=none ``` Для того, чтобы воспользоваться функциями предоставляемыми нашим пакетом, в новом окне терминала подтяните зависимости из файла `setup`: @@ -207,4 +207,4 @@ roslaunch clover sitl.launch source ~/catkin_ws/devel/setup.bash ``` -Теперь вы можете воспользоваться всеми возможностями пакета `Clover` в вашем симуляторе. +Теперь вы можете воспользоваться всеми возможностями пакета `clover` в вашем симуляторе.