Difference between revisions of "Talk:Telemetry"

From PaparazziUAV
Jump to navigation Jump to search
 
Line 1: Line 1:
The add messages section seems to be out dated for version 5.8. The AIRSPEED messages are already implemented. I tried to get this working for a module I made following the instructions but it did not work. I think they need to be updated. Also the "find_free_msg_id.out" was replaced by *.ml script which I could not use. --[[User:Lethargi|Lethargi]]
The add messages section seems to be out dated for version 5.8. The AIRSPEED messages are already implemented. I tried to get this working for a module I made following the instructions but it did not work. I think they need to be updated. Also the "find_free_msg_id.out" was replaced by *.ml script which I could not use. --[[User:Lethargi|Lethargi]]
Solution:
  cd sw/tools
  make
  ./find_free_msg_id.out

Latest revision as of 13:21, 16 March 2016

The add messages section seems to be out dated for version 5.8. The AIRSPEED messages are already implemented. I tried to get this working for a module I made following the instructions but it did not work. I think they need to be updated. Also the "find_free_msg_id.out" was replaced by *.ml script which I could not use. --Lethargi

Solution:

 cd sw/tools
 make
 ./find_free_msg_id.out