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

multiple robots running the kinect scan configuration in simulation show weird artifacts #11

Open
piyushk opened this issue Aug 8, 2013 · 4 comments

Comments

@piyushk
Copy link
Member

piyushk commented Aug 8, 2013

getting weird laser returns when 2 robots are present. cannot reproduce with a single robot.

@piyushk
Copy link
Member Author

piyushk commented Aug 8, 2013

This problem occurs because openni_kinect plugin does not take tf_prefix into account.

@piyushk
Copy link
Member Author

piyushk commented Aug 8, 2013

tf_prefix was an issue that has been fixed, but not the root cause of this problem. still investigating.

@piyushk
Copy link
Member Author

piyushk commented Aug 8, 2013

The 2 underlying depth cameras are somehow colliding. This can be reproduced by running the following command:

roslaunch segbot_gazebo multiple_segbots.launch robot_configuration:=`rospack find segbot_bringup`/launch/includes/_auxiliary.segbot_kinect_scan.xml

@piyushk
Copy link
Member Author

piyushk commented Aug 8, 2013

Initializes at Screenshot 1. Both robots are running a very simple collision model and have 1 collision element each. They move inside gazebo using gazebo_ros_planar_move. Note the bubble in the depth image for robot 1 in the bottom left hand corner.

As robot 2 moves away, the depth image changes and eventually the bubble goes away.
Screenshot 2
Screenshot 3
Screenshot 4

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

1 participant