#include <iostream>
#include <stdio.h>
#include <algorithm>
#include <iterator>
#include <curl/curl.h>
#include <boost/asio.hpp>
#include "json/json.h"
#include <string>
#include <vector>
#include <math.h>
#include <bitset>
#include <utility>
#include <ros/ros.h>
#include <mission_planning/Path.h>
Go to the source code of this file.
|
vector< double > | Decompress (string encodedPoints, int precision) |
|
int | main (int argc, char **argv) |
|
ostream & | operator<< (ostream &o, const GpsLocation::Ptr &loc) |
|
bool | return_path (mission_planning::Path::Request &req, mission_planning::Path::Response &resp) |
|
size_t | write_to_string (void *ptr, size_t size, size_t nmemb, std::string *data) |
|
vector<double> Decompress |
( |
string |
encodedPoints, |
|
|
int |
precision |
|
) |
| |
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
bool return_path |
( |
mission_planning::Path::Request & |
req, |
|
|
mission_planning::Path::Response & |
resp |
|
) |
| |
size_t write_to_string |
( |
void * |
ptr, |
|
|
size_t |
size, |
|
|
size_t |
nmemb, |
|
|
std::string * |
data |
|
) |
| |