Skip to content

Instantly share code, notes, and snippets.

@krystian-booker
Last active April 22, 2025 01:13
Show Gist options
  • Select an option

  • Save krystian-booker/94e0b8fd27842fe671812e5f1de6f8d3 to your computer and use it in GitHub Desktop.

Select an option

Save krystian-booker/94e0b8fd27842fe671812e5f1de6f8d3 to your computer and use it in GitHub Desktop.
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