dheera / rosboard

ROS node that turns your robot into a web server to visualize ROS topics
Other
823 stars 161 forks source link

List dependencies in package.xml instead of README #97

Closed Timple closed 2 years ago

Timple commented 2 years ago

This lets package-managers work out the dependencies.

Such as:

git clone https://github.com/dheera/rosboard
rosdep install --from-path . --ignore-src -y
dheera commented 2 years ago

Thank you!