Open alexoj46 opened 4 weeks ago
This PR creates a ROSSerialDevice called DroneCommDevice which allows Navigator to communicate with the drone. Also, it adds a test-suite for simulated packets.
- #1299
rosrun navigator_drone_comm test_simulated_drone.py
While "Testing receiving heartbeats for 5 secs..."
While the long test loop runs
To test services that send messages:
Now, while the long test runs:
rosservice call /test_simulated_drone/start “sample_mission” rosservice call /test_simulated_drone/estop rosservice call /test_simulated_drone/stop
Description
This PR creates a ROSSerialDevice called DroneCommDevice which allows Navigator to communicate with the drone. Also, it adds a test-suite for simulated packets.
Screenshot or Video
Related Issues
- #1299
Testing
rosrun navigator_drone_comm test_simulated_drone.py
While "Testing receiving heartbeats for 5 secs..."
While the long test loop runs
To test services that send messages:
Now, while the long test runs:
rosservice call /test_simulated_drone/start “sample_mission” rosservice call /test_simulated_drone/estop rosservice call /test_simulated_drone/stop
About This PR