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

eric_cartman's profile - activity

2022-01-21 13:31:08 -0500 received badge  Nice Question (source)
2021-05-14 04:49:36 -0500 received badge  Taxonomist
2019-09-27 11:52:55 -0500 received badge  Famous Question (source)
2019-05-20 01:05:39 -0500 marked best answer how to increase the resolution of logitech c920 to detect aruco markers more stably

I am using logitech c920(about 12ft above ground) to detect an aruco marker using the aruco_ros library. The resolution is set to 640x480 but at this resolution the aruco marker is not being detected if anything slightly comes in front of the marker. I wanted to see if i increase the resolution to 720p the aruco marker detection becomes more stable.

I tried to change it in the (edit:usb_cam-stream)launch file but that did not help. It gives this error - "No jpeg data found in image. Error while decoding frame."

I tried to change the pixel format to yuyv from mjpeg but it was giving some other error. "VIDIOC_DQBUF error 19, No such device"

I also tried to change the resolution using v4l2-ctl but there wasn't an option to change it.

Anyone know of a different way to increase the resolution or know of a different aruco library that does more stable detection? Also is there a camera that does aruco detection better that is not too expensive? The goal is to detect the markers well about 10-15ft away and also not completely lose the marker when there is a small obstacle(eg: 3in diameter ball).

Thanks in advance

2019-02-18 06:22:48 -0500 received badge  Famous Question (source)
2019-01-31 17:33:34 -0500 commented answer How to process pointclouds remotely, on workstation?

@oswinium were you able to figure out a good way to do this?

2019-01-31 15:03:24 -0500 marked best answer setting frame ids for ekf localization

I am using wheel encoders and visual odometry(rtabmap) to perform ekf localization. This is the tf tree of rtabmap in localization mode. map->odom->camera_link(->other camera frames) I am trying to inculcate my wheel encoders and use ekf for better localization as rtabmap drifts a lot. How do i set my frames for wheel encoder odometry publisher and broadcaster? Also, what goes in the base_link_frame in ekf_localization_node param file?

Thank you

2019-01-31 15:03:21 -0500 commented answer setting frame ids for ekf localization

Great. I understand it better now. Thank you

2019-01-31 14:54:38 -0500 received badge  Famous Question (source)
2019-01-30 15:42:07 -0500 commented answer setting frame ids for ekf localization

@Tom Moore also, the camera_link frame is not at the center of the robot. Lets say i publish a static transform from cam

2019-01-30 15:41:59 -0500 received badge  Notable Question (source)
2019-01-30 15:41:51 -0500 commented answer setting frame ids for ekf localization

@Tom-Moore also, the camera_link frame is not at the center of the robot. Lets say i publish a static transform from cam

2019-01-30 15:37:06 -0500 received badge  Popular Question (source)
2019-01-30 13:21:08 -0500 received badge  Popular Question (source)
2019-01-30 13:12:19 -0500 commented answer setting frame ids for ekf localization

what about the parent frame id of wheel odometry as "odom" is already being used by rtabmap?

2019-01-29 17:44:29 -0500 asked a question setting frame ids for ekf localization

setting frame ids for ekf localization I am using wheel encoders and visual odometry(rtabmap) to perform ekf localizatio

2019-01-11 12:49:02 -0500 marked best answer Localization and obstacle avoidance

My system currently has

  1. Wheel encoders that give encoder counter and rpm
  2. Lidar which publishes /laserscan
  3. QR code based pose detection using a high fps camera

I am trying to localize the robot as accurately as possible and use the lidar to avoid obstacles. I have some questions on this.

  1. Is wheel odometry and qr based pose good enough or do i need an imu and additional sensors to localize the robot better?
  2. What is the simplest way to perform obstacle avoidance using a lidar?

Thanks in advance

2018-10-05 13:51:20 -0500 received badge  Famous Question (source)
2018-09-12 04:23:18 -0500 received badge  Notable Question (source)
2018-09-04 15:52:43 -0500 commented question how to make a differential drive mobile robot follow a curved path

@KothariA Yes.I need a way to determine command velocities given a set of waypoints. i realize that to give a curved pat

2018-09-04 15:49:48 -0500 commented question how to make a differential drive mobile robot follow a curved path

Yes. I want a way to determine command velocities given a set of waypoints. After looking at topics published by the nav

2018-09-04 14:53:21 -0500 commented question how to make a differential drive mobile robot follow a curved path

@smac I am already using the base local planner package(dwa) in the navigation stack

2018-09-04 14:53:03 -0500 commented question how to make a differential drive mobile robot follow a curved path

I am already using the base local planner package(dwa) in the navigation stack

2018-09-04 14:45:08 -0500 received badge  Popular Question (source)
2018-09-04 14:03:40 -0500 commented question how to make a differential drive mobile robot follow a curved path

@gvdhoorn Yes. I can give the correct linear velocity and angular velocity and it would go in a circle or any curved pat

2018-09-04 14:03:16 -0500 commented question how to make a differential drive mobile robot follow a curved path

@gvdhoorn Yes. I can give the correct linear velocity and angular velocity and it would go in a circle or any curved pat

2018-09-04 01:01:47 -0500 asked a question how to make a differential drive mobile robot follow a curved path

how to make a differential drive mobile robot follow a curved path My current setup is a mobile base and i'm using aruco

2018-08-08 18:42:47 -0500 received badge  Notable Question (source)
2018-07-12 14:19:20 -0500 received badge  Famous Question (source)
2018-07-11 17:09:35 -0500 commented answer Get odometry from wheels encoders

@billy Thanks. I'm not entirely sure what you mean by this-"control system that implements electronic gearing or careful

2018-07-11 15:21:58 -0500 commented answer Get odometry from wheels encoders

@billy I have to do the same thing for a 4 wheel differential drive robot. I was planning on using the average of front-

2018-07-10 21:45:23 -0500 received badge  Notable Question (source)
2018-07-10 21:20:39 -0500 marked best answer webpage to control a ros system

The goal is to build a webpage with 3 image topics[AKA web streams] and 2 client nodes(AKA inputs for the user accessing the webpage) of a ros system.

  1. Is this even possible?
  2. If yes, what exactly do i do? I have no experience in web stuff.

Thanks in advance

2018-07-10 21:20:33 -0500 answered a question webpage to control a ros system

RobotWebTools

2018-07-08 17:50:15 -0500 received badge  Famous Question (source)
2018-07-01 06:16:32 -0500 received badge  Notable Question (source)
2018-06-30 01:05:56 -0500 received badge  Popular Question (source)
2018-06-29 19:11:40 -0500 asked a question Localization and obstacle avoidance

Localization and obstacle avoidance My system currently has Wheel encoders that give encoder counter and rpm Lidar wh

2018-06-27 22:20:51 -0500 commented question rosrun map_server map_server couldn't find executable

@zinkcious were you able to solve this issue?

2018-06-27 16:24:19 -0500 marked best answer Running Nav2DWidget without pr2/gazebo/rviz

I got the Nav2DWidget tutorial to work fine but my objective is to have a simple mobile base in the place of pr2. I see that the system uses a move-base action but I am not sure how to re-purpose it to work it with a simple mobile base.

Thanks in advance.

2018-06-22 21:51:23 -0500 edited question Running Nav2DWidget without pr2/gazebo/rviz

Running Nav2DWidget without pr2/gazebo/rviz I got the Nav2DWidget tutorial to work fine but my objective is to have a si

2018-06-22 21:51:21 -0500 edited question Running Nav2DWidget without pr2/gazebo/rviz

Running Nav2DWidget without pr2 I got the Nav2DWidget tutorial to work fine but my objective is to have a simple mobile

2018-06-22 21:48:46 -0500 asked a question Running Nav2DWidget without pr2/gazebo/rviz

Running Nav2DWidget without pr2 I got the Nav2DWidget tutorial to work fine but my objective is to have a simple mobile

2018-06-09 02:04:23 -0500 received badge  Famous Question (source)
2018-04-11 19:05:34 -0500 received badge  Famous Question (source)
2018-03-19 19:31:58 -0500 received badge  Supporter (source)
2018-03-19 19:31:54 -0500 commented question opencv missing shared objects causes run time error

Did you happen to find a solution to this?

2018-03-19 19:31:54 -0500 received badge  Commentator
2018-03-19 19:29:47 -0500 commented question webpage to control a ros system

Seems like ros web tools should be a good enough system for now. Thanks for you help @gvdhoorn