You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using pixhawk 4 with companion jetson orin nano and livox mid 360 for indoor flying, SLAM, navigation and obstacle avoidance without gps for indoor flying. I am able to fly the drone in offboard mod indoor on publishing on /mavros/setpoint_position/local which is working well. now i am working on waypoint following like the drone make a square, follow a predefined trajectory etc i check the following topic of mavros supporting waypoints which are
@crazy-robotics It's impressive that you've successfully set up SLAM with the Livox Mid 360 working seamlessly! I'm currently working on a similar setup, though I'm not quite at your level yet. While my question may not directly answer yours, I hope we can collaborate and figure this out together.
Could you kindly share the detailed steps to make the EKF effectively utilize SLAM data?
Specifically, could you provide information on:
Which topics need to be published?
What parameters need to be configured?
How to properly set the origin?
From what I understand, SLAM typically outputs relative positions (e.g., from /odom to /base_link). Is this information sufficient for the EKF, or are additional inputs required?
Your insights would be incredibly helpful, and I'd love to stay in touch to exchange ideas and tackle challenges together until we complete this task.
Issue details
I am using pixhawk 4 with companion jetson orin nano and livox mid 360 for indoor flying, SLAM, navigation and obstacle avoidance without gps for indoor flying. I am able to fly the drone in offboard mod indoor on publishing on
/mavros/setpoint_position/local
which is working well. now i am working onwaypoint
following like the drone make a square, follow a predefined trajectory etc i check the following topic of mavros supporting waypoints which areif you look into the msg type of all or
/mavros/mission/waypoints
float64 x_lat
float64 y_long
which i dont have. how i make my droneWaypoint
followingMAVROS version and platform
Mavros: 1.20.0 (install by
sudo apt install ros-noetic-mavros*
)ROS: noetic
Ubuntu: 20.04
Autopilot type and version
PX4
Version: 1.5
The text was updated successfully, but these errors were encountered: