FancySafeBot 0.0.1
A safe robotics library
Loading...
Searching...
No Matches
fsb::BodyTree Member List

This is the complete list of members for fsb::BodyTree, including all inherited members.

add_body(size_t parent_body_index, JointType joint_type, const Transform &parent_joint_transform, const Body &body, BodyTreeError &err)fsb::BodyTree
add_massless_body(size_t parent_body_index, JointType joint_type, const Transform &parent_joint_transform, const MotionVector &origin_offset, BodyTreeError &err)fsb::BodyTree
BodyTree()=defaultfsb::BodyTree
get_body(size_t body_index, BodyTreeError &err) constfsb::BodyTreeinline
get_body_dofs(size_t body_index, BodyTreeError &err) constfsb::BodyTree
get_gravity() constfsb::BodyTreeinline
get_joint(size_t joint_index, BodyTreeError &err) constfsb::BodyTreeinline
get_joint_position_limit(size_t joint_index, bool &is_set, Real &lower_position, Real &upper_position) constfsb::BodyTree
get_joint_velocity_limit(size_t joint_index, Real &max_velocity) constfsb::BodyTree
get_leaves(size_t &num_leaves) constfsb::BodyTreeinline
get_num_bodies() constfsb::BodyTreeinline
get_num_coordinates() constfsb::BodyTreeinline
get_num_dofs() constfsb::BodyTreeinline
kBaseIndexfsb::BodyTreestatic
set_body_mass_props(size_t body_index, const MassProps &mass_props)fsb::BodyTreeinline
set_body_origin_offset(size_t body_index, const MotionVector &origin_offset)fsb::BodyTreeinline
set_gravity(const Vec3 &gravity)fsb::BodyTreeinline
set_joint_position_limit(size_t joint_index, Real lower_position, Real upper_position)fsb::BodyTree
set_joint_reversed(size_t joint_index, bool reversed)fsb::BodyTree
set_joint_velocity_limit(size_t joint_index, Real max_velocity)fsb::BodyTree
set_parent_joint_transform(size_t body_index, const Transform &parent_joint_transform)fsb::BodyTreeinline
unset_joint_position_limit(size_t joint_index)fsb::BodyTree