You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to simulate the rover in Gazebo using ROS and Mavros, following this example. I am able to arm the rover, set a home position using its current GPS position, and switch to offboard mode. However, when I next try to send a position command {x: 10, y: 0, z: 0} to /mavros/setpoint_position/local at 20 Hz, the rover does not move. The only thing that happens is that the front wheels turn all the way to the left. Even tried changing the position command to {x:0 , y: 10, z: 0} and nothing happened either.
I am able to control the iris model using the same approach in Gazebo using ROS and Mavros in Offboard mode, but the rover does not work. The only difference between the iris and rover simulations I am running is not calling /mavros/cmd/takeoff for the rover (although I tried it and it said unable to takeoff, try disarming and calling it again).
Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
It is because current rover controller doesn 't support navigating with local NED position. And there are still some bugs affecting navigating with attitude setpoint.
I am attempting to simulate the rover in Gazebo using ROS and Mavros, following this example. I am able to arm the rover, set a home position using its current GPS position, and switch to offboard mode. However, when I next try to send a position command {x: 10, y: 0, z: 0} to /mavros/setpoint_position/local at 20 Hz, the rover does not move. The only thing that happens is that the front wheels turn all the way to the left. Even tried changing the position command to {x:0 , y: 10, z: 0} and nothing happened either.
I am able to control the iris model using the same approach in Gazebo using ROS and Mavros in Offboard mode, but the rover does not work. The only difference between the iris and rover simulations I am running is not calling /mavros/cmd/takeoff for the rover (although I tried it and it said unable to takeoff, try disarming and calling it again).
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: