cyphyhouse / Cymulator

Simulator for CyPhyHouse project based on Gazebo
University of Illinois/NCSA Open Source License
4 stars 1 forks source link

Behavior simulated drones is different from real drones #9

Open hc825b opened 5 years ago

hc825b commented 5 years ago

Currently in either cymulator/Drone/goto.py or cym_deivce/cym_waypoint_driver_drone.py

  1. the drone periodically publishes reached topic instead of only publishing when reached a waypoint.
  2. The drone goes to a waypoint without considering the frame id.

The drone should only publishes to reached in following conditions:

The desired way to handle waypoint topic is:

hc825b commented 5 years ago

In ac951fcecc64642d6033dc6a28e595625f401cd6, reached topic is published only when the drone reach current waypoint.

Still need to handle frame_id