Skip to content

Commit

Permalink
rover interface: silent if RI_ROVER_TYPE not found in case of SITL an…
Browse files Browse the repository at this point in the history
…d HITL
  • Loading branch information
haitomatic committed Feb 7, 2024
1 parent 9a077e1 commit aa84a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ROMFS/px4fmu_common/init.d/rc.rover_apps
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Start the rover interface CAN driver if rover type is one of SSRC supported
# rover types (scout mini, bunker, ..)
#
if param greater RI_ROVER_TYPE -1
if param greater -s RI_ROVER_TYPE -1
then
ifup can0
rover_interface start
Expand Down

0 comments on commit aa84a40

Please sign in to comment.