Skip to content

Commit

Permalink
Merge pull request #50 from open-dynamic-robot-initiative/fwidmaier/f…
Browse files Browse the repository at this point in the history
…orward_lost_packet_count

Solo12: Add sent/lost messages to sensor data
  • Loading branch information
luator authored Jan 24, 2022
2 parents 40ea1d7 + 2d8822f commit d6ec9c1
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ device:
size: 6
motor_board_errors:
size: 6
num_sent_command_packets:
size: 1
num_lost_command_packets:
size: 1
num_sent_sensor_packets:
size: 1
num_lost_sensor_packets:
size: 1
controls:
ctrl_joint_torques:
size: 12
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ device:
size: 6
motor_board_errors:
size: 6
num_sent_command_packets:
size: 1
num_lost_command_packets:
size: 1
num_sent_sensor_packets:
size: 1
num_lost_sensor_packets:
size: 1
controls:
ctrl_joint_torques:
size: 12
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ device:
size: 6
motor_board_errors:
size: 6
num_sent_command_packets:
size: 1
num_lost_command_packets:
size: 1
num_sent_sensor_packets:
size: 1
num_lost_sensor_packets:
size: 1
controls:
ctrl_joint_torques:
size: 12
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ device:
size: 6
motor_board_errors:
size: 6
num_sent_command_packets:
size: 1
num_lost_command_packets:
size: 1
num_sent_sensor_packets:
size: 1
num_lost_sensor_packets:
size: 1
controls:
ctrl_joint_torques:
size: 12
Expand Down

0 comments on commit d6ec9c1

Please sign in to comment.