Conversation
a2d3f9e to
01a770a
Compare
|
It might make more sense to create a distance_sensor model and then attach that with different orientations. Like in this PR I did this a while back to test optical flow with gz |
|
@dakejahl yea, that would be nicer. It might be that i missed something and its actually possible. But i couldnt get it working. |
01a770a to
a87b5e3
Compare
* added x500 model with frontfacing and downfacing lidar * rename of x500_lidar to x_500_lidar_2d
Issue Tracked in PX4/PX4-Autopilot#23602
This PR Adds two X500 models, one with a front facing rangefinder for collision prevention, and one down facing lidar for normal rangefinder use case testing.
For the model and specs, i used a Lightware LW20/C
I also renamed the
x500_lidartox500_lidar_2d, to better differentiate the threeChanges:
New Models:
x500_lidar_frontx500_lidar_frontchanges:
x500_lidar-->x500_lidar_2dmoved from
gpu_raytogpu_lidar, asgpu_raywill be deprecatedParent PR's