You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the current joint position setup of the panda, the gripper is in collision with the arm.
I tried to enable collision checking also for the arm. However, the movegroup fails since the robot is already in self-collision at start time.
Which file do I have to edit to modify the initial joint positions?
I tried modifying the ros2_ws_v2/src/panda_ign_moveit2/panda_description/config/initial_joint_positions.yaml file without success...
Edit: After running the scripts xacro2urdf.sh and xacro2sdf.sh (/ros2_ws_v2/src/panda_ign_moveit2/panda_description/scripts) some files change. After building and sourcing the workspace, the initial position is still in collision.
Image: Gripper in self-collision
The text was updated successfully, but these errors were encountered:
Hello,
This is currently not included in this repository.
You could try looking at ros-controls/gz_ros2_control#27 (recommended), but I have not tested it yet. There is/was a way of setting initial states of the simulation for robot (including joint position), but it seemed overly complicated when I last looked into it and did not think it was worth adding. Otherwise, the initial joint configuration can also be set manually through the C++/Python API of Gazebo Sim at the beginning of your application.
With the current joint position setup of the panda, the gripper is in collision with the arm.
I tried to enable collision checking also for the arm. However, the movegroup fails since the robot is already in self-collision at start time.
Which file do I have to edit to modify the initial joint positions?
I tried modifying the
ros2_ws_v2/src/panda_ign_moveit2/panda_description/config/initial_joint_positions.yaml
file without success...Edit: After running the scripts
xacro2urdf.sh
andxacro2sdf.sh
(/ros2_ws_v2/src/panda_ign_moveit2/panda_description/scripts
) some files change. After building and sourcing the workspace, the initial position is still in collision.Image: Gripper in self-collision
The text was updated successfully, but these errors were encountered: