-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Description
Hello, I'm new to AirSim and I'm trying to use it with the ROS Wrapper.
I did a script where I subscribe to /cmd_vel and publish the info on /airsim_node/drone_1/vel_cmd_body_frame.
Now, here is the isssue: When I start AirSim, I click "Play" and I run a script for the drone to take off. It takes off ("request ApiControl was successful" and "Vehicle is already armed" messages pop up) and then I get the following message "api call was not received entering hover mode for safety" and everytime I try to send info through /cmd_vel to publish on the airsim topic the drone goes in the X, Y, Z axis, wherever I tell it to, but goes back to the same position where it was. Imagine I send "(...)linear: x: 1 (...)" he goes from X=0 to X=1 and then back to X=0.
Does anyone have any idea why this is happening or how can I have that message not popping up/ having the Api always enable? TIA