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

Simple offboard movement #218

Open
wants to merge 39 commits into
base: main
Choose a base branch
from
Open

Conversation

olliglorioso
Copy link

Here is a Python script in src/examples/offboard_py/maneuver.py that performs two rounds of movements with different speeds (0.5 and 0.2, not m/s). The script is tested, and it works with any starting position/height:

  • Go to height 8m
  • Go to height 6m and stay in 6m
  • Go to x + 4m
  • Go back
  • Go to y + 4m
  • Go back
  • Rotate 360
  • Rotate back

Relevant files for this commit is

  • src/examples/offboard_py/maneuver.py
  • CMakeLists.txt (adds the script to the Python package)

How will we run this (add documentation later) assuming the bridge is running:

cd xxxx/px4_ros_com
ros2 run px4_ros_com offboard_control # start offboard node
ros2 bag record /fmu/out/vehicle_local_position
ros2 run px4_ros_com maneuver.py # start the script

Imran and others added 30 commits February 4, 2025 14:07
Implement basic trajectory publisher for motion planning.
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