#include <OctomapInterface.h>
|
| virtual OpenRAVE::KinBody::ManageDataPtr | AddKinBody (OpenRAVE::KinBodyPtr pbody, OpenRAVE::XMLReadableConstPtr pdata) |
| |
| virtual void | AddRegisteredBodies (const std::vector< OpenRAVE::KinBodyPtr > &vbodies) |
| |
| bool | Disable (std::ostream &os, std::istream &i) |
| |
| bool | Enable (std::ostream &os, std::istream &i) |
| |
| virtual bool | EnableBody (OpenRAVE::KinBodyPtr pbody, bool bEnable) |
| |
| boost::mutex & | GetMutex () |
| |
| octomap::OcTree * | GetTree () |
| |
| virtual bool | IsBodyPresent (OpenRAVE::KinBodyPtr pbody) |
| |
| bool | IsEnabled () |
| |
| bool | MaskObject (std::ostream &os, std::istream &i) |
| |
| | OctomapInterface (ros::NodeHandle &nodeHandle, OpenRAVE::EnvironmentBasePtr env) |
| |
| virtual bool | RemoveKinBody (OpenRAVE::KinBodyPtr pbody) |
| |
| virtual void | Reset () |
| |
| bool | ResetFrame (std::ostream &os, std::istream &i) |
| |
| bool | ResetResolution (std::ostream &os, std::istream &i) |
| |
| bool | ResetTopic (std::ostream &os, std::istream &i) |
| |
| bool | ResetTree (std::ostream &os, std::istream &i) |
| |
| bool | SaveTree (std::ostream &os, std::istream &i) |
| |
| virtual bool | SendCommand (std::ostream &os, std::istream &is) |
| |
| void | SetEnabled (bool enabled) |
| |
| void | Spin () |
| |
| virtual bool | SwitchBody (OpenRAVE::KinBodyPtr pbody1, OpenRAVE::KinBodyPtr pbody2) |
| |
| void | TestCollision () |
| |
| bool | TogglePause (std::ostream &os, std::istream &i) |
| |
| virtual | ~OctomapInterface () |
| |
Definition at line 23 of file OctomapInterface.h.
| or_octomap::OctomapInterface::OctomapInterface |
( |
ros::NodeHandle & |
nodeHandle, |
|
|
OpenRAVE::EnvironmentBasePtr |
env |
|
) |
| |
| or_octomap::OctomapInterface::~OctomapInterface |
( |
| ) |
|
|
virtual |
| virtual OpenRAVE::KinBody::ManageDataPtr or_octomap::OctomapInterface::AddKinBody |
( |
OpenRAVE::KinBodyPtr |
pbody, |
|
|
OpenRAVE::XMLReadableConstPtr |
pdata |
|
) |
| |
|
inlinevirtual |
| virtual void or_octomap::OctomapInterface::AddRegisteredBodies |
( |
const std::vector< OpenRAVE::KinBodyPtr > & |
vbodies | ) |
|
|
inlinevirtual |
| void or_octomap::OctomapInterface::CreateFakeBody |
( |
| ) |
|
|
protected |
| void or_octomap::OctomapInterface::DestroyFakeBody |
( |
| ) |
|
|
protected |
| bool or_octomap::OctomapInterface::Disable |
( |
std::ostream & |
os, |
|
|
std::istream & |
i |
|
) |
| |
|
inline |
| bool or_octomap::OctomapInterface::Enable |
( |
std::ostream & |
os, |
|
|
std::istream & |
i |
|
) |
| |
|
inline |
| virtual bool or_octomap::OctomapInterface::EnableBody |
( |
OpenRAVE::KinBodyPtr |
pbody, |
|
|
bool |
bEnable |
|
) |
| |
|
inlinevirtual |
| boost::mutex& or_octomap::OctomapInterface::GetMutex |
( |
| ) |
|
|
inline |
| octomap::OcTree* or_octomap::OctomapInterface::GetTree |
( |
| ) |
|
|
inline |
| void or_octomap::OctomapInterface::InsertCloudWrapper |
( |
const sensor_msgs::PointCloud2::ConstPtr & |
cloud | ) |
|
|
protected |
| void or_octomap::OctomapInterface::InsertScans |
( |
| ) |
|
|
protected |
| virtual bool or_octomap::OctomapInterface::IsBodyPresent |
( |
OpenRAVE::KinBodyPtr |
pbody | ) |
|
|
inlinevirtual |
| bool or_octomap::OctomapInterface::IsEnabled |
( |
| ) |
|
|
inline |
| bool or_octomap::OctomapInterface::MaskObject |
( |
std::ostream & |
os, |
|
|
std::istream & |
i |
|
) |
| |
| virtual bool or_octomap::OctomapInterface::RemoveKinBody |
( |
OpenRAVE::KinBodyPtr |
pbody | ) |
|
|
inlinevirtual |
| void or_octomap::OctomapInterface::Reset |
( |
| ) |
|
|
virtual |
| bool or_octomap::OctomapInterface::ResetFrame |
( |
std::ostream & |
os, |
|
|
std::istream & |
i |
|
) |
| |
| bool or_octomap::OctomapInterface::ResetResolution |
( |
std::ostream & |
os, |
|
|
std::istream & |
i |
|
) |
| |
| bool or_octomap::OctomapInterface::ResetTopic |
( |
std::ostream & |
os, |
|
|
std::istream & |
i |
|
) |
| |
| bool or_octomap::OctomapInterface::ResetTree |
( |
std::ostream & |
os, |
|
|
std::istream & |
i |
|
) |
| |
| bool or_octomap::OctomapInterface::SaveTree |
( |
std::ostream & |
os, |
|
|
std::istream & |
i |
|
) |
| |
| bool or_octomap::OctomapInterface::SendCommand |
( |
std::ostream & |
os, |
|
|
std::istream & |
is |
|
) |
| |
|
virtual |
| void or_octomap::OctomapInterface::SetEnabled |
( |
bool |
enabled | ) |
|
| void or_octomap::OctomapInterface::Spin |
( |
| ) |
|
| virtual bool or_octomap::OctomapInterface::SwitchBody |
( |
OpenRAVE::KinBodyPtr |
pbody1, |
|
|
OpenRAVE::KinBodyPtr |
pbody2 |
|
) |
| |
|
inlinevirtual |
| void or_octomap::OctomapInterface::TestCollision |
( |
| ) |
|
| bool or_octomap::OctomapInterface::TogglePause |
( |
std::ostream & |
os, |
|
|
std::istream & |
i |
|
) |
| |
|
inline |
| void or_octomap::OctomapInterface::updateParam |
( |
| ) |
|
|
protected |
| std::vector<sensor_msgs::PointCloud2ConstPtr> or_octomap::OctomapInterface::m_cloudQueue |
|
protected |
| boost::mutex or_octomap::OctomapInterface::m_cloudQueueMutex |
|
protected |
| bool or_octomap::OctomapInterface::m_isEnabled |
|
protected |
| bool or_octomap::OctomapInterface::m_isPaused |
|
protected |
| ros::CallbackQueue or_octomap::OctomapInterface::m_queue |
|
protected |
| bool or_octomap::OctomapInterface::m_shouldExit |
|
protected |
The documentation for this class was generated from the following files: