advoard_localization icon indicating copy to clipboard operation
advoard_localization copied to clipboard

Changes in Noetic

Open plusangel opened this issue 2 years ago • 0 comments

I tried the package in Noetic, and it works brilliantly.

It needs two changes, though, to work in my setup.

  • Change the shebang line to: #!/usr/bin/env python3

  • Change the name of the message package to: from pozyx_simulation.msg import uwb_data

And install Scipy: pip3 install scipy

plusangel avatar Aug 17 '23 15:08 plusangel