Skip to content

Instantly share code, notes, and snippets.

@plusangel
Last active July 15, 2023 13:27
Show Gist options
  • Save plusangel/16bde1f84f473e8f1a3488a5ec15efd9 to your computer and use it in GitHub Desktop.
Save plusangel/16bde1f84f473e8f1a3488a5ec15efd9 to your computer and use it in GitHub Desktop.
ROS misc
How to install packages from github
git clone -b <branch> <address>
e.g. git clone -b hydro-devel https://github.com/ros/common_msgs.git
What python version I ahve installed?
pkg-config --modversion opencv
How to view a camera topic on ROS?
rosrun image_view image_view image:=/usb_cam/image_rect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment