-
-
Save krystian-booker/94e0b8fd27842fe671812e5f1de6f8d3 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| cd ~/ROS2FRC | |
| colcon build | |
| source install/setup.bash | |
| ros2 run v4l2_camera v4l2_camera_node | |
| ros2 topic list | |
| sudo apt install ros-humble-rqt-image-view | |
| rqt_image_view | |
| sudo apt install ros-humble-image-tools | |
| ros2 run image_transport republish raw in:=/image_raw raw out:=/image_repub | |
| ros2 launch apriltag_ros apriltag_node.launch.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment