Jaeyoung-Lim / px4-mpc

MPC implementation using acados integrated with with PX4 on ROS2
BSD 3-Clause "New" or "Revised" License
22 stars 3 forks source link

Add rviz pos plugin for commanding target position #9

Closed Jaeyoung-Lim closed 7 months ago

Jaeyoung-Lim commented 7 months ago

Problem Description This PR adds a rviz plugin for interactively setting the target position. The target can be set using a right click on the interactive marker.

Changes include the following.

Testing

ros2 launch px4_mpc mpc_quadrotor_launch.py

mpc_setpoint

@Sheng-Cheng FYI