MRPT
1.9.9
|
#include <mrpt/comms/nodelets.h>
#include <mrpt/math/TPose3D.h>
#include <chrono>
#include <cstdio>
#include <iostream>
#include <thread>
Go to the source code of this file.
Functions | |
void | thread_publisher () |
void | onNewMsg (const mrpt::math::TPose3D &p) |
void | onNewMsg2 (int idx, const mrpt::math::TPose3D &p) |
void | thread_subscriber () |
void | NodeletsTest () |
Variables | |
bool | nodelets_test_passed_ok = false |
const mrpt::math::TPose3D | p_tx (1.0, 2.0, 3.0, 0.2, 0.4, 0.6) |
[example-nodelets] More... | |
auto | dir = mrpt::comms::TopicDirectory::create() |
void NodeletsTest | ( | ) |
Definition at line 136 of file NodeletsTest_impl.cpp.
References thread_publisher(), and thread_subscriber().
Referenced by TEST().
void onNewMsg | ( | const mrpt::math::TPose3D & | p | ) |
Definition at line 60 of file NodeletsTest_impl.cpp.
Referenced by thread_subscriber().
void onNewMsg2 | ( | int | idx, |
const mrpt::math::TPose3D & | p | ||
) |
Definition at line 67 of file NodeletsTest_impl.cpp.
Referenced by thread_subscriber().
void thread_publisher | ( | ) |
Definition at line 29 of file NodeletsTest_impl.cpp.
Referenced by NodeletsTest().
void thread_subscriber | ( | ) |
Definition at line 75 of file NodeletsTest_impl.cpp.
References dir, nodelets_test_passed_ok, onNewMsg(), onNewMsg2(), and p_tx.
Referenced by NodeletsTest().
auto dir = mrpt::comms::TopicDirectory::create() |
Definition at line 27 of file NodeletsTest_impl.cpp.
Referenced by mrpt::nav::CHolonomicND::calcRepresentativeSectorForGap(), xsens::cmtScanPorts(), mrpt::maps::COccupancyGridMap2D::computeClearance(), mrpt::system::CDirectoryExplorer::explore(), mrpt::system::find_mrpt_shared_dir(), mrpt::maps::CBeacon::generateRingSOG(), mrpt::nav::CPTG_Holo_Blend::getPathDist(), mrpt::nav::CPTG_Holo_Blend::getPathPose(), mrpt::nav::CPTG_Holo_Blend::getPathStepForDist(), mrpt::maps::CRandomFieldGridMap2D::internal_clear(), mrpt::nav::CPTG_Holo_Blend::internal_get_T_ramp(), mrpt::nav::CPTG_Holo_Blend::internal_get_v(), mrpt::nav::CPTG_Holo_Blend::internal_get_w(), mrpt::maps::CRandomFieldGridMap3D::internal_initialize(), mrpt::pbmap::PlaneInferredInfo::isSurroundingBackground(), mrpt::maps::CLandmarksMap::loadSiftFeaturesFromImageObservation(), mrpt::kinematics::CVehicleSimul_Holo::sendVelRampCmd(), mrpt::graphslam::CGraphSlamEngine< GRAPH_T >::TRGBDInfoFileParams::setRawlogFile(), thread_publisher(), thread_subscriber(), and mrpt::nav::CPTG_Holo_Blend::updateTPObstacleSingle().
bool nodelets_test_passed_ok = false |
Definition at line 12 of file NodeletsTest_impl.cpp.
Referenced by TEST(), and thread_subscriber().
const mrpt::math::TPose3D p_tx(1.0, 2.0, 3.0, 0.2, 0.4, 0.6) |
[example-nodelets]
Referenced by thread_publisher(), and thread_subscriber().
Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 8fe78517f Sun Jul 14 19:43:28 2019 +0200 at lun oct 28 02:10:00 CET 2019 |