ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

krusion's profile - activity

2017-05-09 11:10:41 -0500 received badge  Famous Question (source)
2017-03-21 15:12:32 -0500 received badge  Famous Question (source)
2017-02-27 14:52:32 -0500 received badge  Notable Question (source)
2017-02-02 15:23:44 -0500 received badge  Notable Question (source)
2016-11-11 21:21:47 -0500 received badge  Popular Question (source)
2016-11-03 03:17:52 -0500 received badge  Commentator
2016-11-03 03:17:52 -0500 commented question Camera calibration not working, camera not in rostopic?

Then I'll need three terminals open. One runs roscore, one runs the camera node, and one runs the calibration . What's the command to run the camera core though?

2016-11-03 02:29:59 -0500 commented question Camera calibration not working, camera not in rostopic?

I guess I didn't then, unless you're talking about the camera node, http://wiki.ros.org/usb_cam . I only installed this and the apriltag wrapper. The only things I installed were indigo and then I followed the tutorial that I linked. Can you point me in the right direction, please. Thank you!

2016-11-02 15:24:48 -0500 received badge  Popular Question (source)
2016-11-02 08:58:56 -0500 commented question Camera calibration not working, camera not in rostopic?

It's the laptop's built in cam. I couldn't find linux drivers for it. The camera works fine in the application "cheese" so i thought I didn't need drivers then.

2016-11-01 19:35:27 -0500 asked a question Camera calibration not working, camera not in rostopic?

I'm trying to follow this tutorial https://cmumrsdproject.wikispaces.com...

I get to the point where I should calibrate my build in webcam, but it won't launch the camera gui so I can start the calibration. I already ran roscore in a separate terminal. However, when I run rostopic list, I don't get camera/xxxx under list. Just rosout and rosout_agg. Why is this happening? If I ignore it and run

rosrun camera_calibration cameracalibrator.py --size 8x6 --square 0.108 image:=/camera/image_raw camera:=/camera

It'll just say service not found.

2016-11-01 19:16:25 -0500 commented answer webcam not appearing in "rostopic list"

Where you able to get it working?

2016-11-01 19:14:21 -0500 commented question install apriltags and make it work with USB camera?

Yh I'm having no luck. running rostopic list for the camera calibration doesn't show me the camera topics. So calibration isn't working. And running rosnode list doesn't show me the fact that I installed the rosindigo apriltags nor usb cam. Reinstalling them says latest version already installed.

2016-11-01 11:18:56 -0500 commented question install apriltags and make it work with USB camera?

Yh I already started working on it, and found an issue. I'm going back to fix it now though. I'll update you as I go. Have you used AprilSlam yourself? If yes, then what does it output exactly? XY coordinates? I was originally looking for something where I can put predefined tag locations

2016-11-01 10:23:42 -0500 commented question install apriltags and make it work with USB camera?

Found this. https://cmumrsdproject.wikispaces.com... Was just about to try it out. But that should get the aprilslam to work, not sure how I'll deal with aprilslam though. I don't even understand the difference between the ros wrapper and the catkin. Is your tutorial more useful?

2016-11-01 08:33:11 -0500 commented question install apriltags and make it work with USB camera?

And this is almost impossible to understand, so I was hoping I'd find someone to spoon feed me enough information so I'd be able to test if this will work or not. And maybe even make it work as a whole.

2016-11-01 08:32:16 -0500 commented question install apriltags and make it work with USB camera?

I'll be honest with you. No I didn't. I actually lack a lot of linux knowledge too. The reason isn't because I'm lazy. It's because this is for my thesis project and we tried and failed with so many other localization methods, and this is our last chance. I have till tomorrow to approve or scrap it

2016-11-01 06:19:32 -0500 asked a question install apriltags and make it work with USB camera?

I'm trying to setup localization with AprilSLAM and an RPi camera. But before I get into that, I want to test out the apriltags on my laptop. So I want to try the normal apriltags detection and the usb camera inside the laptop. Then after I'm done with that, I'd go onto aprilslam.

So I started out with installing ubuntu 14.04 and installed ROS indigo. I'm faced with two apriltag options.

http://wiki.ros.org/apriltags_ros

http://wiki.ros.org/apriltags

And I'm trying to connect this to them. http://wiki.ros.org/usb_cam

How do I even do that?

2016-10-31 04:14:57 -0500 commented answer How do I use a map to reduce odometry errors? [SOLVED]

Well, is there a way to do it with just a camera? Our project is similar but it is outdoors. LIDAR is too expensive, and MS Kinect doesn't work with sun light. We were hoping we'd be able to use the RPi camea module. I've already looked into AprilSLAM. Haven't tried it yet.