pub struct PlanningSceneComponents {
pub components: u32,
}Fields§
§components: u32Implementations§
Source§impl PlanningSceneComponents
impl PlanningSceneComponents
pub const SCENE_SETTINGS: u32 = 1u32
pub const ROBOT_STATE: u32 = 2u32
pub const ROBOT_STATE_ATTACHED_OBJECTS: u32 = 4u32
pub const WORLD_OBJECT_NAMES: u32 = 8u32
pub const WORLD_OBJECT_GEOMETRY: u32 = 16u32
pub const OCTOMAP: u32 = 32u32
pub const TRANSFORMS: u32 = 64u32
pub const ALLOWED_COLLISION_MATRIX: u32 = 128u32
pub const LINK_PADDING_AND_SCALING: u32 = 256u32
pub const OBJECT_COLORS: u32 = 512u32
Trait Implementations§
Source§impl Clone for PlanningSceneComponents
impl Clone for PlanningSceneComponents
Source§fn clone(&self) -> PlanningSceneComponents
fn clone(&self) -> PlanningSceneComponents
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PlanningSceneComponents
impl Debug for PlanningSceneComponents
Source§impl Default for PlanningSceneComponents
impl Default for PlanningSceneComponents
Source§impl<'de> Deserialize<'de> for PlanningSceneComponents
impl<'de> Deserialize<'de> for PlanningSceneComponents
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PlanningSceneComponents
impl PartialEq for PlanningSceneComponents
Source§impl Serialize for PlanningSceneComponents
impl Serialize for PlanningSceneComponents
impl Message for PlanningSceneComponents
impl StructuralPartialEq for PlanningSceneComponents
Auto Trait Implementations§
impl Freeze for PlanningSceneComponents
impl RefUnwindSafe for PlanningSceneComponents
impl Send for PlanningSceneComponents
impl Sync for PlanningSceneComponents
impl Unpin for PlanningSceneComponents
impl UnwindSafe for PlanningSceneComponents
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more