splintered-reality / py_trees_ros

ROS extensions and implementations for py_trees
Other
143 stars 40 forks source link

Installation for ROS-1 #179

Closed gdaddi closed 1 year ago

gdaddi commented 1 year ago

Hi,

From the documentation, I am having trouble understanding what's the most straightforward way to install py-trees-ros for ROS Noetic. Does anyone have any suggestions? I tried using sudo apt install ros-noetic-py-trees, but that does not seem to install almost anything.

Thanks

stonier commented 1 year ago

http://repositories.ros.org/status_page/ros_noetic_default.html?q=py_trees

stonier commented 1 year ago

sudo apt install ros-noetic-py-trees-ros ros-noetic-rqt-py-trees should get them all.

gdaddi commented 1 year ago

thank you, that worked.