Last active
July 15, 2023 13:27
-
-
Save plusangel/16bde1f84f473e8f1a3488a5ec15efd9 to your computer and use it in GitHub Desktop.
ROS misc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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