Assembly date wrong in robot_monitor
Bug #901773 reported by
Hugo Elias
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Shadow Robot's ROS interface, EtherCAT version |
Fix Committed
|
Undecided
|
Ugo |
Bug Description
Date should be 01 / 05 / 2008
Related branches
Changed in sr-ros-interface-ethercat: | |
status: | New → Fix Committed |
To post a comment you must log in.
Is it not:
month = incoming.misc / 100
day = incoming - month
?