-
Notifications
You must be signed in to change notification settings - Fork 12
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
Is it possible to create a GPS using BP? #271
Comments
Hi, Currently you need to program in C++ or publish as a different msg and parse in subscriber side. |
Do you think setter/getter ftom/to float in BP useful for these cases? |
Hi, thanks for the quick reply! To answer your question, I don't know. I have experience programming in C++ but not in Unreal, so that is the only reason I used BP. I will try to program it in C++ then. |
FYI: |
Hi,
I'm working on using a GPS sensor in my simulation. For this I have georeferenced my level following the instructions in the unreal documentation. I have obtained the latitude, longitude and altitude of my robot using my robot's blueprint:
Now I want to publish this data in a ROSNavSatFix message but i have seen that I can't set the latitude, longitude and altitude using the blueprint because in the source code the option "BlueprintReadWrite" isn't set in the UPROPERTY. Is there a way to publish the NavSatFix using the blueprint or do I have to program it in C++? Thanks in advance
The text was updated successfully, but these errors were encountered: