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

No robot motion after relaxing camera pose constraints #21

Open
aadityasaraiya opened this issue Jul 9, 2018 · 1 comment
Open

No robot motion after relaxing camera pose constraints #21

aadityasaraiya opened this issue Jul 9, 2018 · 1 comment

Comments

@aadityasaraiya
Copy link
Contributor

aadityasaraiya commented Jul 9, 2018

Hi,

As a follow up of this issue, I removed the camera pose constraints applied to the motion planner to plan and execute the array of poses provided by the Next Best View Planner.

With the constraints relaxed, the robot was able to plan considerably more paths. However, a good number of paths failed to execute because the shoulder_link or the forearm_link were in collision with each other or with the table_link which lead to the robot landing in the following position.

the message after which robot crashed

The issues seem to be more related to the lack of maneuverability with the manipulator URDF itself.

Another weird behavior is that when the myworkcell_planning_execution is launched the TF tree seems correct.

tf_pre_kinfu

However, after starting the TSDF reconstruction node, the TF tree is shifted below by a certain amount and certain frames get messed up.

tf_post_kinfu

Further analysis is required in order to understand where the issue lies.

Any comments will be much valuable.
Thanks!

@Levi-Armstrong

@aadityasaraiya
Copy link
Contributor Author

aadityasaraiya commented Jul 16, 2018

Update- The broken TF tree issue has been solved.

The reason for the issue was that the static TF transforms were being published both by my MoveIt! package and the launch_xtion_robot.launch file because of the following line

    <node name="world_to_base_publisher" pkg="tf" type="static_transform_publisher" args="0 0 0 0 0 0 world_frame base_link 100" output="screen"/>

After commenting that line out, the TF tree remains the same as before.

@schornakj @AustinDeric Just a small doubt.

Q: Should the TF static transform from the world to base of the robot be ideally published by the moveit_planning_execution.launch file or the launch_xtion_robot.launch file?

Comments: Because if launch_xtion_robot.launch file is publishing transforms by default, it could lead to the TF tree being broken (similar to this issue).

Note- This also removes the additional shifted Octomap which was being generated in the middle. However the one on the right side still remains.

tf issue solved

drchrislewis pushed a commit to drchrislewis/yak that referenced this issue Feb 3, 2021
…ments

Disable print statements that spam the terminal
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