-
Notifications
You must be signed in to change notification settings - Fork 45
State Estimation Messaging
Maurice Fallon edited this page Jan 19, 2016
·
11 revisions
The messaging for state estimation with Valkyrie can remain largely the same as for the Atlas
This is only for Atlas, used since 2014. Note that state-sync will need to be entirely re-written for Val as it contains hardware specific features e.g. using the duplicate Atlas arm sensors:
The mode that allows use of IHMC's controller via a ROS translator - with pronto providing an alternative state estimate:
This mode is really only for running off of logs. It uses the same signals exposed by ros_control but provided by NASA's ROS messages:
This is the target for Valkyrie.
Update 19 Jan 2016 These are the final signal names and types:
- VAL_CORE_ROBOT_STATE: drc::joint_states_t
- VAL_IMU_*: drc::ins_t (was mav::ins_t)
- VAL_FORCE_TORQUE: drc::six_axis_force_torque_array_t
- VAL_COMMAND_FEEDBACK: drc::joint_angles_t
- ROBOT_COMMAND: currently drc::atlas_command_t, TBD as controller comes online