We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description:
For multiple drones scenario(look at the above image) when drones are dragged and dropped on the CesiumMap gives the below error:
CesiumMap
Changes should only go in frontend/src/components/Configuration/MissionConfiguration.jsx
frontend/src/components/Configuration/MissionConfiguration.jsx
Changes might revolve around the below part of code in the same file as that relates to the multiple drones creation: const setDrone = () => {
const setDrone = () => {
Note: Just work on the multiple drones(more than one drone) as the single drone scenario is being worked on by other teammate.
Acceptance Criteria:
Reason: Integrate the functionality to support real-time environment updates for the Drag-and-Drop functionality in the Cesium 3D map.
The text was updated successfully, but these errors were encountered:
Damerson1
No branches or pull requests
Description:
For multiple drones scenario(look at the above image) when drones are dragged and dropped on the
CesiumMap
gives the below error:Changes should only go in
frontend/src/components/Configuration/MissionConfiguration.jsx
Changes might revolve around the below part of code in the same file as that relates to the multiple drones creation:
const setDrone = () => {
Note: Just work on the multiple drones(more than one drone) as the single drone scenario is being worked on by other teammate.
Acceptance Criteria:
Reason:
Integrate the functionality to support real-time environment updates for the Drag-and-Drop functionality in the Cesium 3D map.
The text was updated successfully, but these errors were encountered: