Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated camera #2

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Updated camera #2

wants to merge 2 commits into from

Conversation

MattyWolfson
Copy link

Added a robot.launch.py launch file to be used by the robots (this repository should replace the turtlebot3_bringup repository within turtlebot3_ws). This new launch file now includes launching the RaspiCam USB node automatically, allowing visualizations of the camera and aruco poses within RViz (aruco code located separately).

Updated the rviz2.launch.py launch file (to be used on the workstation) to now include remapping the /camera_info to /image_raw/camera_info, which is used by the uncompressed data stream for camera info, and added the image_transport republish node to decompress the image coming from the robot. It decompresses the /image_raw/compressed topic to /image_raw/uncompressed. This updated file negates the need for a "tb fixer" node.

Updated RViz arguments to remap the camera info from the /camera_info topic to /image_raw/camera_info for the uncompressing algorithm to work.

Added image_transport republisher to take the compressed image and uncompress it.
Launches the RaspiCam USB node to allow compressed camera streams into RViz over the network.
@MattyWolfson MattyWolfson linked an issue Jun 17, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multiple files to launch for camera usage
1 participant