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

Solenoid's profile - activity

2022-11-30 00:31:24 -0500 received badge  Self-Learner (source)
2022-11-30 00:31:24 -0500 received badge  Teacher (source)
2022-11-30 00:30:27 -0500 received badge  Student (source)
2020-08-28 16:52:36 -0500 received badge  Famous Question (source)
2020-06-17 16:21:45 -0500 received badge  Notable Question (source)
2020-05-11 11:29:23 -0500 received badge  Popular Question (source)
2020-04-27 03:25:50 -0500 answered a question Open gripper using GripperCommand in pick and place pipeline

For future reference: I ended up using move_group python interface according to the tutorial and defining each step myse

2020-04-27 03:25:50 -0500 received badge  Rapid Responder (source)
2020-04-26 20:22:10 -0500 asked a question Open gripper using GripperCommand in pick and place pipeline

Open gripper using GripperCommand in pick and place pipeline I'm looking to use a 6 DOF robotic arm and an attached 2-fi

2016-08-27 01:30:12 -0500 received badge  Enthusiast
2016-08-23 10:05:35 -0500 asked a question Mirrored and offset point cloud from stereo_image_proc

I am trying to make a path planner using information from a stereo camera. I am running a simulation in V-REP as a first step.

However I have some strange behavior for which I haven't found any solutions: the point cloud is horizontally flipped and slightly offset from where is should be:

RVIZ stereo camera reconstruction 1 RVIZ stereo camera reconstruction 2 RVIZ stereo camera reconstruction 3

As you can see the stereo images have the test checkerboard in the center, but in the point cloud the checkerboard is slightly off to the left... Has anybody experienced the same issue. The point cloud is also horizontally inverted.

The V-REP scene looks like this:

V-REP scene

These are the transforms, for some reason camera_left_optical and camera_right_optical are not connected, but I had to explicitly define them to change the camera orientations...:

Transforms

The disparity from the stereo_image_proc looks like this:

Disparity

One can clearly see that it is correct, there is no offset and the scene is in the correct orientation.

Finally this is my node graph if it can help:

Node graph

I followed the standard robot coordinate system. When I try to turn the robot the point cloud moved with the robot (the wrong way), I expect the elements to stay where they are:

Rotated robot makes the point cloud move in the wrong direction

Then the next issue is the /scan topic generated by the pointcloud_to_laserscan node which does strange things as one can see on the map, but that could be related to the point cloud issue.

2016-08-19 07:24:15 -0500 received badge  Supporter (source)
2016-08-19 05:47:24 -0500 commented question Empty transforms using Robot State Publisher

Did you find an answer to your issue, I am in the same situation and cannot figure this out... Joints are published, but transforms are empty, subscriptions are all correct: robot->joints->robot_state_publisher->tf.