You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I tried to use the DronePoseTracker class from gym_unrealcv/envs/tracking/baseline.py, I encountered an issue where the tracker did not move forward to follow the target. Instead, it oscillated left and right in place, even though the tracker’s camera remained directed at the target.
I printed the velocity values of the tracker at each step, and they were either 1 or -1, indicating that the tracker was expected to move. However, it remained stationary except for the oscillation.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
Thanks for the amazing work!
When I tried to use the DronePoseTracker class from gym_unrealcv/envs/tracking/baseline.py, I encountered an issue where the tracker did not move forward to follow the target. Instead, it oscillated left and right in place, even though the tracker’s camera remained directed at the target.
I printed the velocity values of the tracker at each step, and they were either 1 or -1, indicating that the tracker was expected to move. However, it remained stationary except for the oscillation.
I refer to the
Nav2GoalAgent
class to create a simple drone target class to test the tracker.Print outputs for the first 5 steps
Let me know if you need further details. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions