-
Notifications
You must be signed in to change notification settings - Fork 795
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
Unable to design Custom Drone with velodyne Sensor #1006
Comments
@kashifzr You also need a airframe config for the vehicle on the PX4 side that matches the model name. Or in the launchscript you can set different sdf models and airframes independently. |
@Jaeyoung-Lim thanks for giving me idea to solve this issue. I see some hints specific to airframe #855. How to add air frames in launch script Any Idea ? |
I meet the same problem and finally figure it out!!!!!
add your sdf file below like this
it works for me |
@kashifzr hope be helpful |
I work around to design sdf model for Velodyne with Iris drone using iris_rplidar as reference from models, when I run the mavros_posix_sitl.launch file with vehicle := iris_velodyne then output is like
OS = 20.04 Focal and ROS = Noetic.
in sdf file for velodyne sensor i am using plugin = libgazebo_ros_velodyne_laser.so
unable to find how to add custom models for sensors and drone are being integrated in PX4-Autopilot
The text was updated successfully, but these errors were encountered: