************************ Actions and Observations ************************ Only action and observation types for Solo12 are shown below. Corresponding types for Solo8 are the same except for the ``joint_*`` fields having only eight values instead of twelve. Solo12Action ============ "Actions" are used to send commands to the robot. The members are vectors with once field per joint (see :cpp:class:`solo::Solo12` for a mapping of index to joint). .. doxygenstruct:: robot_interfaces_solo::Solo12Action :members: joint_torques, joint_positions, joint_velocities, joint_position_gains, joint_velocity_gains, Zero Solo12Observation ================= "Observations" contain the sensor data that is provided by the robot. The ``joint_*`` members follow the same order as in the action (see above). .. doxygenstruct:: robot_interfaces_solo::Solo12Observation :members: joint_positions, joint_velocities, joint_torques, joint_target_torques, joint_encoder_index, slider_positions, imu_accelerometer, imu_gyroscope, imu_linear_acceleration, imu_attitude, num_sent_command_packets, num_lost_command_packets, num_sent_sensor_packets, num_lost_sensor_packets