Documentation
¶
Index ¶
Constants ¶
View Source
const ( JointTypeFixed = iota JointTypeRevolute JointTypePrismatic JointTypeFloating )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RobotModel ¶
func NewRobotModel ¶
func NewRobotModel(urdfText string) (*RobotModel, error)
func (*RobotModel) GetJacobian ¶
func (r *RobotModel) GetJacobian() (mat4.T, error)
func (*RobotModel) InCollision ¶
func (r *RobotModel) InCollision() bool
func (*RobotModel) SetJoints ¶
func (r *RobotModel) SetJoints(qs []float64) error
Click to show internal directories.
Click to hide internal directories.