-
Notifications
You must be signed in to change notification settings - Fork 277
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
Are action servers working? #89
Comments
Any update on this? |
Got it to work using the code below:
|
@rishabhgks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I saw there are implementations of
landing_action
,pose_action
, andtakeoff_action
inhector_quadrotor/hector_quadrotor_actions
.I tried to use it by mimicking the code in
hector_quadrotor_teleop/quadrotor_teleop.cpp
but there is no reaction on Gazebo at all.I just want to ask whether the the action server implementations work for you guys?
Detail here:
In terminal 1 I run:
roslaunch hector_quadrotor_gazebo quadrotor_empty_world.launch
In terminal 2 I run a piece of code:
output:
I also set
takeoff_height
inhector_quadrotor/hector_quadrotor_actions/takeoff_action.cpp
to 10.0 (originally set to 0.3) to make sure I see it clearly, but there is no movement of the drone in Gazebo at all.The text was updated successfully, but these errors were encountered: