sloretz / sensors_for_ros

An Android app that publishes sensor and camera data on ROS 2 topics
78 stars 6 forks source link

Issue with build instructions for jammy #4

Open tim-fan opened 1 year ago

tim-fan commented 1 year ago

Hello, I just tried out building and running the package. Overall it went well!

Just noting that the instruction to sudo apt install python3-lark-parser did not work on jammy 22.04: E: Unable to locate package python3-lark-parser Instead I installed the package sudo apt install python3-lark and everything seemed to work.

JaisonJose241 commented 10 months ago

try pip install lark-parser