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

Robot Description Loading #34

Open
danem opened this issue Apr 2, 2020 · 0 comments
Open

Robot Description Loading #34

danem opened this issue Apr 2, 2020 · 0 comments

Comments

@danem
Copy link

danem commented Apr 2, 2020

I know this repo is dead, but in case anyone else runs into this issue:

Inside planning_context.launch, when load_robot_description is set to true, it attempts to load a nonexistent urdf file into the robot_description parameter.

A fix for this should be:

<param if="$(arg load_robot_description)" name="$(arg robot_description)" 
  command="$(find xacro)/xacro '$(find sawyer_description)/urdf/sawyer.urdf.xacro'
      electric_gripper:=$(arg electric_gripper)"/>
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