fujitatomoya / ros2ai

ros2ai is a next-generation ROS 2 command line interface extension with LLMs
https://github.com/fujitatomoya/ros2ai
Apache License 2.0
216 stars 12 forks source link

Invalid rosdep #49

Open artivis opened 2 hours ago

artivis commented 2 hours ago

Is there an existing issue for this?

Regression

No response

Operating System:

any

ROS version or commit hash:

rolling - 38c9d4c

RMW implementation:

any

Client library (if applicable):

No response

'ros2 doctor --report' output

No response

Steps to reproduce issue

rosdep install --default-yes --ignore-packages-from-source --from-paths workspace/src

Expected behavior

Resolve and install all dependencies

Actual behavior

rosdep fails with: Cannot locate rosdep definition for [python3-validotors-pip].

Additional information

python3-validotors-pip is not in rosdistro nor is python3-validators-pip.

Listed here in package.xml.

artivis commented 2 hours ago

While at it, python3-ollama-pip does not seem to be a valid rosdep either...