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

Fixposition SDK: ROS1 utilities. More...

#include <cstring>
Include dependency graph for utils.hpp:

Go to the source code of this file.

Namespaces

namespace  fpsdk
 Fixposition SDK.
 
namespace  fpsdk::ros1
 Fixposition SDK: ROS1 library.
 
namespace  fpsdk::ros1::utils
 ROS1 utilities.
 

Functions

void fpsdk::ros1::utils::RedirectLoggingToRosConsole ()
 Redirect fp:common::logging to ROS console.
 
bool fpsdk::ros1::utils::LoadRosParam (const std::string &name, int &value)
 Loads a parameter from the ROS parameter server (int)
 
bool fpsdk::ros1::utils::LoadRosParam (const std::string &name, std::string &value)
 Loads a parameter from the ROS parameter server (string)
 
bool fpsdk::ros1::utils::LoadRosParam (const std::string &name, bool &value)
 Loads a parameter from the ROS parameter server (bool)
 
bool fpsdk::ros1::utils::LoadRosParam (const std::string &name, float &value)
 Loads a parameter from the ROS parameter server (float)
 
bool fpsdk::ros1::utils::LoadRosParam (const std::string &name, double &value)
 Loads a parameter from the ROS parameter server (double)
 

Detailed Description

Fixposition SDK: ROS1 utilities.

* ___    ___
* \  \  /  /
*  \  \/  /   Copyright (c) Fixposition AG
*  /  /\  \   License: see the LICENSE file
* /__/  \__\
* 

Definition in file utils.hpp.