Skip to content
New issue

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

[Fix] Accidental fall #13

Merged

Conversation

datangniuzai
Copy link

@datangniuzai datangniuzai commented Jan 21, 2025

What is this

On January 20th, 2025, we carried out an experiment on the UAV. After testing, the UAV produced an unexpected phenomenon and flew directly to the ground. This submission is to fix the BUG.

Details

  • commit1:Deleted the sleep when the initial position of the drone was instantiated.
  • commit2:Deleted some useless parameters and added the content of ros log.
  • commit3:The alignment threshold of the Z-axis rotation angle between the hand and the drone is increased, so that when unlocking, the drone can rotate and remind to manipulate the unlocking state.

TODO

  • todo1: Complete the physical drone test.
  • todo2: Check whether there will be an unexpected drop.
    • Still have
  • todo3: Change all the print in the code to rospy.loginfo.
  • todo4: extract a base class for all classes in instance_objects.py
  • todo5: copy the height of hand to the drone after unlocking.
  • todo6: check the empty data
  • todo7: combine all launch file into one.

…' into develop/add_hand_one_to_one

# Conflicts:
#	robots/beetle_omni/launch/hand_arm_glove_launch.launch
#	robots/beetle_omni/launch/hand_arm_mocap.launch
… between hand and drone for unlocking process.
…s reached is modified to reduce the output times.

[planning] Deleted unnecessary attributes.
@Li-Jinjie Li-Jinjie changed the title Debug of accidental fall [Fix] Accidental fall Jan 21, 2025
@Li-Jinjie Li-Jinjie changed the base branch from develop/add_hand_one_to_one to develop/MPC_tilt_mt January 21, 2025 12:14
Li-Jinjie and others added 7 commits January 21, 2025 21:29
…objects.py.Rewrite the decorator to check the topic's existence.
…etter mapping experience.

Removed height alignment requirement between drone and hand during unlocking.
Now the drone copies the hand's height after unlocking.
@datangniuzai datangniuzai force-pushed the develop/add_hand_one_to_one branch from cf4f550 to acc449c Compare January 21, 2025 16:19
@Li-Jinjie Li-Jinjie merged commit 5ef828d into Li-Jinjie:develop/MPC_tilt_mt Jan 22, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants