We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
For a clean ROS2 build out, I needed to do the following to get section 4.2 to work:
rosdep install --from-paths src --ignore-src --rosdistro=foxy
Was getting an error that ROSDISTRO not set without it. Finished with #All required rosdeps installed successfully.
For serial, needed to create the dialout group and add my username to it, for roboclawtest.py to run
The text was updated successfully, but these errors were encountered:
Fix #151
cf7f066
Merge pull request #153 from nasa-jpl/Achllle/iss151
261f1c6
Didn't get response on #153 so closing this
Sorry, something went wrong.
Achllle
No branches or pull requests
For a clean ROS2 build out, I needed to do the following to get section 4.2 to work:
rosdep install --from-paths src --ignore-src --rosdistro=foxy
Was getting an error that ROSDISTRO not set without it. Finished with #All required rosdeps installed successfully.
For serial, needed to create the dialout group and add my username to it, for roboclawtest.py to run
The text was updated successfully, but these errors were encountered: