ROS2 Installation: No definition of [python3-lark-parser] for OS [debian]
I am trying to install ROS2 from source on Debian Buster (based on this this documentation). Running rosdep install
gives me the following error:
rosdep install --from-paths src --ignore-src --rosdistro dashing -y --skip-keys "console_bridge fastcdr fastrtps libopensplice67 libopensplice69 rti-connext-dds-5.3.1 urdfdom_headers"
ERROR: the following packages/stacks could not have their rosdep keys resolved
to system dependencies:
rosidl_parser: No definition of [python3-lark-parser] for OS [debian]
Running pip3 tells me that lark-parser is already installed.