YCP-Swarm-Robotics-Capstone-2020-2021 / swarm-website-visualization

Visualization Software for Swarm Website
1 stars 0 forks source link

Camera - Movement speed & Orientation in *_locked functions #34

Open Mnenmenth opened 4 years ago

Mnenmenth commented 4 years ago

With the *_locked functions, the movement speed changes depending on where the camera is "looking" (what the orientation is). i.e., Looking straight down or up and using move_cam_long_locked(delta) results in almost zero movement, while looking straight ahead results in a full delta translation.

Related to #30

Mnenmenth commented 4 years ago

Removing this from 50% milestone; there's other tasks for this milestone that take precedence