uleroboticsgroup / yasmin

YASMIN (Yet Another State MachINe)
GNU General Public License v3.0
144 stars 28 forks source link

fix(viewer): added missing rosdeps #36

Closed reinzor closed 1 month ago

reinzor commented 1 month ago

33

reinzor commented 1 month ago

Depends on https://github.com/ros/rosdistro/pull/43261

reinzor commented 1 month ago

This would also affect the installation instructions:

pip3 install -r requirements.txt

This should not be required anymore then because we install the dependencies using rosdep. This would also be required for https://github.com/uleroboticsgroup/yasmin/issues/30

reinzor commented 1 month ago

Thanks! Note that rosdep install from the readme is not working until https://github.com/ros/rosdistro/pull/43261 is merged. And we should update the README.md