Skip to content
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

Wilowgarage Map waypoint Nav #3

Closed
nishathussain opened this issue Nov 17, 2016 · 2 comments
Closed

Wilowgarage Map waypoint Nav #3

nishathussain opened this issue Nov 17, 2016 · 2 comments

Comments

@nishathussain
Copy link

In wilowgarage map. provided 48 waypoints are not executing properly. Robot is actually following points but outside the maze. some problem with coordinate system. How to generate waypoints file from gazebo environment ?

@wilselby
Copy link
Owner

Nishat,

Which waypoint file and Gazebo file are you using? They could be mixed up.

In general, to determine the waypoint locations, I loaded the Gazebo environment with the quadrotor model in it. With the simulation paused, I then manually dragged the quadrotor model around to each desired waypoint. I then read the X, Y, and Z location being reported by Gazebo on the the property/value menu. I can take a snapshot if this description is confusing.

Wil

@wilselby
Copy link
Owner

wilselby commented Dec 4, 2016

The waypoint files are stored in the quad_control/resource folder and are loaded in the waypoint_publisher_node. The kitchen world series of waypoint is loaded by default. Each line in the waypoint file is a waypoint and has the following entries [time (s), x, y, z, yaw (deg)]

The “waypoint mission” mode reads in a waypoint file that contains a series of waypoints and the time for them to be sent. First, the quadrotor must be in “GPS mode.” If enabled by pushing the “Y” button by default, the waypoint node will send each waypoint at the defined time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants