-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Offboard control timeout!! #1
Comments
I actually ran the roslaunch command and I'm connected to the autopilot already but the command |
Hi @ajithmaniac , That code isn't complete - like you said, some of headers and other statements are missing. |
Hey tanmay I have issues with building your package can you help me by listing the steps to be followed in order to build it ? Sorry I'm a newbie to ROS... |
@ajithmaniac Hi,I have the same question.Have you solve it? Can you tell me how to solve it ,thanks. started roslaunch server http://UAV:36084/ SUMMARYCLEAR PARAMETERS
PARAMETERS
NODES ROS_MASTER_URI=http://localhost:11311 core service [/rosout] found |
@ajithmaniac |
My pioxhawk formware version is not the latest, likely because this? |
I'm not using that code. I have a code which would stream setpoint to the mavros/setpoint_position/local topic and I manually switch to offboard mode after streaming setpoints |
Which code of his are you running?? |
Thanks, where can get your code which would stream setpoint to the mavros/setpoint_position/local topic, and before switch to offboard mode, have you connect a GPS or vision model to the pixhawk? |
Hi guys, Sorry I hadn't seen this earlier. To make the package, you just have to clone it into a rosbuild style workspace. Once you do that, try: |
Maybe some bug with my code, so I can sure that the stream setpoint to the mavros/setpoint_position/local topic is right. |
'rosservice call mavros/cmd/guided_enable true' this command in terminal would change it to offboard. But before you do this you should stream setpoints to the setpoint_position/local/ topic. The setpoint streaming part of the authors code is right so you can just use it. |
@ajithmaniac Thanks a lot. |
@tanmayshankar Thanks a lot. |
Hey Tanmay,
Checked your discussion in this issue mavlink/mavros#347
and I thought you would be right person to answer my question.
I'm having an ubuntu 14.04 OS running ROS Indigo(offboard computer) and I'm connected to the pixhawk autopilot using 3dr telemetry.
I followed the instructions in this page https://pixhawk.org/dev/ros/mavros_offboard and I'm trying to compile the custom C++ code in it to enable offboard control. I have lots of compilation errors. I guess i'm not including the right headers to it and there is no include statement in that code. Can you help me with the compiling of this custom C++ code??
Or if you can guide me in manually doing these steps instead of an automated code it'l be really helpful !!!
The text was updated successfully, but these errors were encountered: