clover_vm icon indicating copy to clipboard operation
clover_vm copied to clipboard

Build scripts for Clover developer and simulation virtual machine image

Results 3 clover_vm issues
Sort by recently updated
recently updated
newest added

Same for spawning a cube below a flying drone or removing a cube. Topic `/mavros/altitude` displays sudden change in terrain distance and then `nan`: ``` header: seq: 616 stamp: secs:...

bug

Problem occurred a few times, but I can no longer recreate it. Example code: ``` set_altitude(z=2, frame_id='terrain') rospy.sleep(4) navigate(x=2, y=0, z=float('NaN'), frame_id='body', auto_arm=True) ``` Expected `/simple_offboard/state` topic data: ``` ......

bug