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

How to use Aurco_detect without raspicam? #136

Closed
chrissunny94 opened this issue Oct 24, 2018 · 3 comments
Closed

How to use Aurco_detect without raspicam? #136

chrissunny94 opened this issue Oct 24, 2018 · 3 comments

Comments

@chrissunny94
Copy link

chrissunny94 commented Oct 24, 2018

The topics concerned with the camera (Currently a Kinect is publishing the below topics )

/camera /camera/depth/camera_info /camera/depth/image_raw /camera/depth/points /camera/parameter_descriptions /camera/parameter_updates /camera/rgb/camera_info /camera/rgb/image_raw /camera/rgb/image_raw/compressed /camera/rgb/image_raw/compressed/parameter_descriptions /camera/rgb/image_raw/compressed/parameter_updates /camera/rgb/image_raw/compressedDepth /camera/rgb/image_raw/compressedDepth/parameter_descriptions /camera/rgb/image_raw/compressedDepth/parameter_updates /camera/rgb/image_raw/imagezero /camera/rgb/image_raw/theora /camera/rgb/image_raw/theora/parameter_descriptions /camera/rgb/image_raw/theora/parameter_updates

@chrissunny94
Copy link
Author

chrissunny94 commented Oct 24, 2018

I am trying to use this launch file .

https://github.com/UbiquityRobotics/magni_robot/blob/indigo-devel/magni_nav/launch/aruco.launch

Did the following modifications .

<arg name="camera" value="/camera/rgb"/>

<arg name="image" value="image_raw"/>

 <arg name="transport" value="raw"/>

@rohbotics
Copy link
Member

Hey @chrissunny94

Something like this should work

<arg name="camera" value="/camera/rgb"/>
<arg name="image" value="image_raw"/>
<arg name="transport" value="raw"/>

@chrissunny94
Copy link
Author

@rohbotics , Thanks man , solved it .

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

No branches or pull requests

2 participants