include
velocity.h
Go to the documentation of this file.
1
#ifndef VELOCITY_H
2
#define VELOCITY_H
3
4
#include <ros/ros.h>
5
#include <geometry_msgs/Point.h>
6
#include <geometry_msgs/Pose.h>
7
#include <geometry_msgs/Twist.h>
8
#include <geometry_msgs/TwistStamped.h>
9
#include "position.h"
10
#include "cpswarm_msgs/Vector.h"
11
12
using namespace
std
;
13
using namespace
ros
;
14
18
class
velocity
19
{
20
public
:
24
velocity
();
25
29
~
velocity
();
30
37
geometry_msgs::Vector3 compute_velocity (geometry_msgs::Point goal,
double
velocity
);
38
43
geometry_msgs::Vector3 get_velocity ()
const
;
44
49
56
63
68
73
78
83
88
93
98
velocity
A class to provide velocity related functionalities.
Definition:
velocity.h:18
std
ros
swarm_behaviors_velocity
Author(s):
autogenerated on Fri Jan 3 2020 15:26:35