Skip to content

Commit

Permalink
Cam footprint shp (#59)
Browse files Browse the repository at this point in the history
* Added csv lat/long array for cam footprint

* Changed cam_phi to cam_psi to follow convention

* Change cam message to pan/tilt
  • Loading branch information
rijesha authored and gautierhattenberger committed Oct 18, 2017
1 parent 39e4d1c commit 625ed36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions message_definitions/v1.0/messages.xml
Expand Up @@ -169,8 +169,8 @@
</message>

<message name="CAM" id="20">
<field name="phi" type="int16" unit="deg"/>
<field name="theta" type="int16" unit="deg"/>
<field name="pan" type="int16" unit="deg"/>
<field name="tilt" type="int16" unit="deg"/>
<field name="target_x" type="int16" unit="m"/>
<field name="target_y" type="int16" unit="m"/>
</message>
Expand Down Expand Up @@ -2506,8 +2506,8 @@

<message name="CAM_STATUS" id="14">
<field name="ac_id" type="string"/>
<field name="cam_lat" type="float" unit="deg"/>
<field name="cam_long" type="float" unit="deg"/>
<field name="lats" type="string" format="csv"/>
<field name="longs" type="string" format="csv"/>
<field name="cam_target_lat" type="float" unit="deg"/>
<field name="cam_target_long" type="float" unit="deg"/>
</message>
Expand Down

0 comments on commit 625ed36

Please sign in to comment.