Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InvalidJointError ¶
type InvalidJointError struct {
Reason string
}
func (InvalidJointError) Error ¶
func (err InvalidJointError) Error() string
type JointDoesNotExistError ¶
func (JointDoesNotExistError) Error ¶
func (err JointDoesNotExistError) Error() string
type LinkDoesNotExistError ¶
func (LinkDoesNotExistError) Error ¶
func (err LinkDoesNotExistError) Error() string
type MaterialDoesNotExistError ¶
func (MaterialDoesNotExistError) Error ¶
func (err MaterialDoesNotExistError) Error() string
type MultipleRootLinksError ¶
func (MultipleRootLinksError) Error ¶
func (err MultipleRootLinksError) Error() string
type NoRobotsFoundError ¶
type NoRobotsFoundError struct {
FilePath string
}
func (NoRobotsFoundError) Error ¶
func (err NoRobotsFoundError) Error() string
type NoRootLinkError ¶
type NoRootLinkError struct {
ModelName string
}
func (NoRootLinkError) Error ¶
func (err NoRootLinkError) Error() string
type TransmissionDoesNotExistError ¶ added in v0.1.0
func (TransmissionDoesNotExistError) Error ¶ added in v0.1.0
func (err TransmissionDoesNotExistError) Error() string
type UnknownGeometryImplementationError ¶
func (*UnknownGeometryImplementationError) Error ¶
func (e *UnknownGeometryImplementationError) Error() string
Click to show internal directories.
Click to hide internal directories.