qgroundcontrol icon indicating copy to clipboard operation
qgroundcontrol copied to clipboard

Unable to add waypoints in mission for ground rover vehicles

Open Jaeyoung-Lim opened this issue 2 years ago • 5 comments

Expected Behavior

Be able to plan a mission by adding waypoints.

Current Behavior

When trying to add a waypoint to a ground rover in the plan view, it is not possible to add a waypoint since the waypoint button is greyed out.

Steps to Reproduce:

  1. Connect QGC to a ground rover vehicle
  2. Enter plan view
  3. Not possible to add waypoints since the waypoint button is greyed out

System Information

When posting bug reports, include the following information

  • Operating System: Ubuntu 20.04
  • QGC Version: 4.2.1
  • QGC build: stable
  • Flight Controller: SITL Gazebo
  • Autopilot (with version): PX4 v1.13.0 and main

Detailed Description

It seems that for ground rover vehicles it is not possible to add waypoints and therefore not possible to plan a mission (at all)

Log Files and Screenshots

image

Note that the buttons are greyed out, and therefore no waypoints can be added

Jaeyoung-Lim avatar Aug 31 '22 11:08 Jaeyoung-Lim

In the Application Setting, try to enable "Mission Do Not Require Takeoff Item"

Capture

mvp-cwlin avatar Aug 31 '22 19:08 mvp-cwlin

@mvp-cwlin Thanks, but shouldn't this not be necessary, since rovers are able to handle takeoff waypoints?

Jaeyoung-Lim avatar Sep 01 '22 05:09 Jaeyoung-Lim

If you change the vehicle type setting on QGroundControl to Multi-Rotor, it will let you add a takeoff item, then you can add waypoints. And yes, I believe rovers can handle takeoff.

Personally, I think it makes sense since rovers don't need to takeoff.

mvp-cwlin avatar Sep 01 '22 17:09 mvp-cwlin

@mvp-cwlin I am not sure if I agree

QGC already knows which vehicle type it is so it should not prevent the user from planning a mission

Jaeyoung-Lim avatar Sep 01 '22 18:09 Jaeyoung-Lim

I agree, QGC should automatically configure to not require a takeoff item when it knows it's a rover.

mvp-cwlin avatar Sep 01 '22 19:09 mvp-cwlin