#include <Crazyflie.h>
|
| CrazyflieBroadcaster (const std::string &link_uri) |
|
void | emergencyStop () |
|
void | emergencyStopWatchdog () |
|
void | goTo (float x, float y, float z, float yaw, float duration, uint8_t groupMask=0) |
|
void | land (float height, float duration, uint8_t groupMask=0) |
|
void | sendExternalPoses (const std::vector< externalPose > &data) |
|
void | sendExternalPositions (const std::vector< externalPosition > &data) |
|
template<class T > |
void | setParam (const char *group, const char *name, const T &value) |
|
void | startTrajectory (uint8_t trajectoryId, float timescale=1.0, bool reversed=false, uint8_t groupMask=0) |
|
void | stop (uint8_t groupMask=0) |
|
void | takeoff (float height, float duration, uint8_t groupMask=0) |
|
Definition at line 896 of file Crazyflie.h.
CrazyflieBroadcaster::CrazyflieBroadcaster |
( |
const std::string & |
link_uri | ) |
|
void CrazyflieBroadcaster::emergencyStop |
( |
| ) |
|
void CrazyflieBroadcaster::emergencyStopWatchdog |
( |
| ) |
|
void CrazyflieBroadcaster::goTo |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
z, |
|
|
float |
yaw, |
|
|
float |
duration, |
|
|
uint8_t |
groupMask = 0 |
|
) |
| |
void CrazyflieBroadcaster::land |
( |
float |
height, |
|
|
float |
duration, |
|
|
uint8_t |
groupMask = 0 |
|
) |
| |
void CrazyflieBroadcaster::send2Packets |
( |
const uint8_t * |
data, |
|
|
uint32_t |
length |
|
) |
| |
|
protected |
void CrazyflieBroadcaster::sendExternalPoses |
( |
const std::vector< externalPose > & |
data | ) |
|
void CrazyflieBroadcaster::sendExternalPositions |
( |
const std::vector< externalPosition > & |
data | ) |
|
void CrazyflieBroadcaster::sendPacket |
( |
const uint8_t * |
data, |
|
|
uint32_t |
length |
|
) |
| |
|
protected |
template<class T >
void CrazyflieBroadcaster::setParam |
( |
const char * |
group, |
|
|
const char * |
name, |
|
|
const T & |
value |
|
) |
| |
|
inline |
void CrazyflieBroadcaster::startTrajectory |
( |
uint8_t |
trajectoryId, |
|
|
float |
timescale = 1.0 , |
|
|
bool |
reversed = false , |
|
|
uint8_t |
groupMask = 0 |
|
) |
| |
void CrazyflieBroadcaster::stop |
( |
uint8_t |
groupMask = 0 | ) |
|
void CrazyflieBroadcaster::takeoff |
( |
float |
height, |
|
|
float |
duration, |
|
|
uint8_t |
groupMask = 0 |
|
) |
| |
uint64_t CrazyflieBroadcaster::m_address |
|
private |
uint8_t CrazyflieBroadcaster::m_channel |
|
private |
int CrazyflieBroadcaster::m_devId |
|
private |
The documentation for this class was generated from the following files: