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

[bug] Pick & Place franka_gazebo example broken on Binary packages #360

Open
1 task
rickstaa opened this issue Sep 1, 2023 · 0 comments
Open
1 task

Comments

@rickstaa
Copy link
Contributor

rickstaa commented Sep 1, 2023

As explained in #305 the Pick & Place example given in the documentation is not working when installing the franka_gazebo package from the binary packages. This is because the installation does not include the models and world folders. This is quite a trivial issue that can be easily solved by merging #305.

How to reproduce

  1. Install the franka_ros binary package (i.e. sudo apt install ros-noetic-franka-ros).

  2. Source the global ROS workspace (i.e. `. /opt/ros/noetic/setup.bash').

  3. Launch the Pick & Place example using the following command:

    roslaunch franka_gazebo panda.launch x:=-0.5 \
    world:=$(rospack find franka_gazebo)/world/stone.sdf \
    controller:=cartesian_impedance_example_controller \
    rviz:=true
  4. See that the table and pickup objects are not loaded correctly.

TODOs

@rickstaa rickstaa changed the title Pick & Place Example broken on Binary packages Pick & Place franka_gazebo example broken on Binary packages Sep 1, 2023
@rickstaa rickstaa changed the title Pick & Place franka_gazebo example broken on Binary packages [bug] Pick & Place franka_gazebo example broken on Binary packages Sep 4, 2023
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