tu-darmstadt-ros-pkg / hector_quadrotor

hector_quadrotor contains packages related to modeling, control and simulation of quadrotor UAV systems.
Other
375 stars 277 forks source link

hector_quadrotor jumping on giving velocity commands #81

Open sidharthsharma96 opened 6 years ago

sidharthsharma96 commented 6 years ago

When I give velocity commands to the quadrotor it jumps. As in, if i only give a velocity command in z direction the quadrotor goes up with a acceleration and then comes back down. It's almost like firing a projectile.

All I am doing is : Launching the outdoor launch file. enabling the motors service and publishing velocity command to /cmd_vel Also, even if I publish an all 0 in the /cmd_vel the quadrotor still jumps in the +z-direction a little bit.

Is this part of the new update too?

sidharthsharma96 commented 6 years ago

Here is a video of this problem in hector_quadrotor

davidbcaro commented 5 years ago

Hi @hermesdragon I'm getting the same error with ROS Kinetic, you could fix it? I appreciate your help.

davidbcaro commented 5 years ago

When I give velocity commands to the quadrotor it jumps. As in, if i only give a velocity command in z direction the quadrotor goes up with a acceleration and then comes back down. It's almost like firing a projectile.

All I am doing is : Launching the outdoor launch file. enabling the motors service and publishing velocity command to /cmd_vel Also, even if I publish an all 0 in the /cmd_vel the quadrotor still jumps in the +z-direction a little bit.

Is this part of the new update too?

Hi @hermesdragon I'm getting the same error with ROS Kinetic, you could fix it? I appreciate your help.

sidharthsharma96 commented 5 years ago

No. I never managed to make it work. There is a problem in the repo I believe. Ultimately, I had to go back to Ros indigo and use hector-quadrotor on that.