Fixposition SDK 0.0.0-heads/main-0-g97f6014
Collection of c++ libraries and apps for use with Fixposition products on Linux
Loading...
Searching...
No Matches
ros1.hpp File Reference

Fixposition SDK: ROS1 types and utils. More...

#include <cstdint>
#include <memory>
#include <nlohmann/json.hpp>
#include <nav_msgs/Odometry.h>
#include <sensor_msgs/Image.h>
#include <sensor_msgs/Imu.h>
#include <sensor_msgs/Temperature.h>
#include <tf2_msgs/TFMessage.h>
#include <ros/serialization.h>
Include dependency graph for ros1.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  fpsdk
 Fixposition SDK.
namespace  fpsdk::common
 Fixposition SDK: Common library.
namespace  fpsdk::common::ros1
 ROS1 types and utils.

Functions

template<typename RosMsgT>
void fpsdk::common::ros1::DeserializeMessage (const std::vector< uint8_t > &buf, RosMsgT &msg)
 Deserialise ROS1 message.

Detailed Description

Fixposition SDK: ROS1 types and utils.

* ___    ___
* \  \  /  /
*  \  \/  /   Copyright (c) Fixposition AG (www.fixposition.com) and contributors
*  /  /\  \   License: see the LICENSE file
* /__/  \__\
* 

Definition in file ros1.hpp.