tank104
tank104
Got to be honest - coming back to c++ world after 15 years in c# world, so I don't feel I can offer opinions just yet - although what your...
Glad to know its not just me - are you using PlatformIO too? Assume so but worth checking
@randolfo75 that worked - I set CONFIG_FREERTOS_UNICORE=y and it sorts the problem. It looks like this means FreeRTOS will run on first core only, not sure of the implications of...
@abuzuhri I think you closed this prematurely as can't see it fixed? (also can't re-open this request) Sorry got pulled off the project for a bit. This is done now...
@RenzoF - thanks for pointing me to the Feed Service. I did it slightly differently since we already had a stream, I just added the GZipStream around it - slightly...
Sorry for delay - my thoughts on how to achieve this are here: https://github.com/abuzuhri/Amazon-SP-API-CSharp/pull/401 Haven't fully tested it yet but was keen on your feedback?
2023 even …. :)
I saw this issue: https://github.com/PX4/px4_ros_com/issues/52 But confirmed using fastrtpsgen v1.0.4. Also tried the latest, and always my messages are showing wrong.
How did you fix this issue? Is this the error that you get: andrew@ANDREW-LAPTOP:~/PX4-Autopilot$ make px4_sitl_rtps [27/312] Generating RTPS topic bridge openjdk version "13.0.7" 2021-04-20 OpenJDK Runtime Environment (build 13.0.7+5-Ubuntu-0ubuntu120.04)...
I got it sorted by running this: echo "source /opt/ros/foxy/setup.bash" >> ~/.bashrc source /opt/ros/foxy/setup.bash