Trossen Robotics Docs Home

Logo
  • Specifications
  • Getting Started
  • Tutorials
  • Downloads
  • Troubleshooting
  • Changelog
  • Trossen Arm Driver API
    • Namespace trossen_arm
    • Struct AlgorithmParameter
    • Struct EndEffector
    • Struct JointCharacteristic
    • Struct JointLimit
    • Struct Link
    • Struct MotorParameter
    • Struct PIDParameter
    • Struct RobotOutput
    • Struct RobotOutput::Cartesian
    • Struct RobotOutput::Joint
    • Struct Joint::All
    • Struct Joint::Arm
    • Struct Joint::Gripper
    • Struct StandardEndEffector
    • Class TrossenArmDriver
    • Enum InterpolationSpace
    • Enum IPMethod
    • Enum Mode
    • Enum Model
Trossen Robotics Trossen Arm Documentation
  • Trossen Arm Driver API
  • Struct Link
  • Edit on GitHub

Struct Link

  • Defined in File trossen_arm_type.hpp

Struct Documentation

struct Link

Link properties.

Public Members

double mass

Mass in kg.

std::array<double, 9> inertia

Inertia in kg m^2.

std::array<double, 3> origin_xyz

Inertia frame translation measured in link frame in m.

std::array<double, 3> origin_rpy

Inertia frame RPY angles measured in link frame in rad.

Previous Next

© Copyright 2025, Trossen Robotics.

Built with Sphinx using a theme provided by Read the Docs.
Other Versions v1.3
main
v1.3
v1.4
v1.5
v1.6
v1.7
v1.8