File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Commands to run the simulator (with aliases):
1616 cyphal_octorotor,co Cyphal HITL PX4 Octorotor Coaxial (12001)
1717 cyphal_standard_vtol,csv Cyphal HITL PX4 Standard VTOL (12001) (quadcopter only)
1818 dronecan_vtol,dv DroneCAN HITL PX4 inno_vtol
19- dronecan_iris DroneCAN HITL PX4 Quadrotor (4001)
19+ dronecan_quadrotor DroneCAN HITL PX4 Quadrotor (4001)
2020 sitl_inno_vtol MAVLink SITL PX4 inno_vtol
2121 sitl_flight_goggles MAVLink SITL PX4 Quadrotor (4001)
2222 cyphal_and_dronecan 2 CAN HITL ArduPilot quadrotor
@@ -123,7 +123,7 @@ dronecan_vtol() {
123123 docker container run --rm $DOCKER_FLAGS $IMAGE_NAME ./scripts/run_sim.sh dronecan_inno_vtol
124124}
125125
126- dronecan_iris () {
126+ dronecan_quadrotor () {
127127 kill_all_related_containers
128128 setup_dronecan_hitl_config
129129 docker container run --rm $DOCKER_FLAGS $IMAGE_NAME ./scripts/run_sim.sh dronecan_flight_goggles
@@ -208,8 +208,8 @@ elif [ "$1" = "push" ]; then
208208 push_docker_image
209209elif [ " $1 " = " dronecan_vtol" ] || [ " $1 " = " dv" ]; then
210210 dronecan_vtol
211- elif [ " $1 " = " dronecan_iris " ]; then
212- dronecan_iris
211+ elif [ " $1 " = " dronecan_quadrotor " ] || [ " $1 " = " dq " ]; then
212+ dronecan_quadrotor
213213elif [ " $1 " = " sitl_inno_vtol" ]; then
214214 sitl_inno_vtol
215215elif [ " $1 " = " sitl_flight_goggles" ]; then
You can’t perform that action at this time.
0 commit comments