Nhan Nguyen
Nhan Nguyen
@SerhanBent Do you know what the measurement unit the 'radius' use in the configuration?
I have the same issue on ios, can you provide a bit more detail for the workaround? @jafaircl @horia-alungulesei Thanks!
Same issue here, the steps that I did was: export BOOST_PYTHON_LIB="boost_python" export MASON_BUILD=true python3 setup.py build Then in the end, I received this error: "/Downloads/python-mapnik/mason_packages/.link/include/boost/config/posix_features.hpp:18:15: fatal error: 'unistd.h' file not...
So is this feature not ready yet?
Ok, so I tried to use OccupancyGridClientNav, but it doesn't seem to be able to add 2 nav objects to the same viewer scene? I have 2 robots on the...
@corey-mitchell I did a workaround to use a for loop and a dynamic function to add multiple robot on the map
@corey-mitchell @CycleMark Here is what i did: I created a default ros and a default OccupancyGridClient instance. Then i pull the list of robots ip address that i have into...
@CycleMark I experienced that too but my time was limited back there so i used circle image for displaying. But yeah, i believe with this approach you can control the...
@jesolem yes, I would love to read your next edition where you can replace the VLFeat executable by something less platform dependent. Thanks!
I used your example code, and replace it with our vendor signalr endpoint. I also pass in session object into the connection. ``` from signalr_aio import Connection from base64 import...