robot_skills.simulation.sim_picovoice¶
Classes¶
Base class for robot parts |
Module Contents¶
- class robot_skills.simulation.sim_picovoice.SimPicoVoice(robot_name, tf_buffer)¶
Bases:
robot_skills.robot_part.RobotPart
Base class for robot parts
Interface to picovoice. Provides the same interface as the real picovoice interface, but always returns an empty HMIResult
- Parameters:
robot_name – (str) string indicates the robot name
tf_buffer – (tf2_ros.Buffer) (default argument for robot parts)