-
Notifications
You must be signed in to change notification settings - Fork 4
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
Distance Sensor Plugin prerequisites #4
Comments
Hi @wil3 .To sum up, distance sensor plugin files have been created following imu as example as you suggested. You can try to reproduce make result by using the fork https://github.com/xabierolaz/gymfc-aircraft-plugins I looked at your original imu plugin https://github.com/wil3/gymfc-aircraft-plugins/blob/master/src/gazebo_imu_plugin.cpp#L275 |
Can you build gymfc-aircraft-plugins on master or is it only failing on your branch? If it's failing on master than you are missing environment dependencies, if it's failing on your branch there are errors in your code. Please provide the output to all the build commands including cmake not just make. |
Im running it on an unmodified fully working gymfc workspace with all Nf and plugins examples working Sure, full output:
cuda@cuda:~/workspace/aircraft-plugins-new/build$ make
|
It's failing on set_seq, are you sure that method exists for the distance sensor message? It's saying it doesn't |
Nice! I'll try and review/build it tonight. Once that's done we can merge it into this repo and start the gymfc integration. We'll have to come up with a good simple test to verify its working as expected. |
@xabierolaz did a pass on the PR, please use Reviewable (button link in the PR) to address comments. |
@wil3 did use reviewable, addressed comments there |
what would be your call to make a good simple test to verify everything? |
Is your feature request related to a problem? Please describe.
No, brand new feature (Distance Sensor Plugin
Describe the solution you'd like
Right now GymFC's model needs a distance sensor plugin to measure distance to the ground and enable future navigation support
Describe alternatives you've considered
This is the first step for having the full Navigation Feature ( wil3/gymfc#79) Working
Additional context
The forked repository link https://github.com/xabierolaz/gymfc-aircraft-plugins
Updated/Created files:
Cmakelists (updated)
Distance.proto (created)
gazebo_distance_plugin.cpp (created)
gazebo_distance_plugin.h (created)
Cmake test results
Following Readme, right now we got these errors in the output when make
cuda@cuda:~/workspace/aircraft-plugins-new/build$ make
The text was updated successfully, but these errors were encountered: