Open rickstaa opened 1 year ago
As explained in https://github.com/frankaemika/franka_ros/pull/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 https://github.com/frankaemika/franka_ros/pull/305.
models
world
Install the franka_ros binary package (i.e. sudo apt install ros-noetic-franka-ros).
franka_ros
sudo apt install ros-noetic-franka-ros
Source the global ROS workspace (i.e. `. /opt/ros/noetic/setup.bash').
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
See that the table and pickup objects are not loaded correctly.
As explained in https://github.com/frankaemika/franka_ros/pull/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
andworld
folders. This is quite a trivial issue that can be easily solved by merging https://github.com/frankaemika/franka_ros/pull/305.How to reproduce
Install the
franka_ros
binary package (i.e.sudo apt install ros-noetic-franka-ros
).Source the global ROS workspace (i.e. `. /opt/ros/noetic/setup.bash').
Launch the Pick & Place example using the following command:
See that the table and pickup objects are not loaded correctly.
TODOs