RoboStack / jupyter-ros

Jupyter widget helpers for ROS, the Robot Operating System
https://jupyter-ros.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
585 stars 114 forks source link

Make actionlib dependency optional #107

Closed IsabelParedes closed 2 years ago

IsabelParedes commented 2 years ago

To use the action widgets, it is necessary to have the actionlib library. But this should be an optional dependency to avoid conflicts with ROS2. The required packages to run the ROS Actions notebook are listed as:

With this PR, these two packages remain optional.