Skip to content

Commit

Permalink
changed waypoints
Browse files Browse the repository at this point in the history
  • Loading branch information
srogers4 committed Nov 4, 2016
1 parent 37d20d4 commit 985a76b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/path_planner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ int main(int argc, char** argv) {
ros::NodeHandle nh_;
ros::Publisher waypointPublisher = nh_.advertise<fcu_common::FW_Waypoint>("waypoint_path",10);

float Va = 8.5;//11;
float Va = 30;//11;
float wps[5*num_waypoints] = {
-10, -10, -30, -45, Va,
-10, -125, -30, -135*M_PI/180, Va,
-125, -10, -30, 45*M_PI/180, Va,
-125, -125, -30, 135*M_PI/180, Va,
0, 500, -125, 0, Va,
-500, 0, -130, 0, Va,
0, -500, -130, 0, Va,
500, 0, -130, 0, Va,
};

for(int i(0);i<num_waypoints;i++)
Expand Down

0 comments on commit 985a76b

Please sign in to comment.