Skip to content

Commit

Permalink
TEST: Stick URDF
Browse files Browse the repository at this point in the history
Launch the UNROTATED (working) example with:

```bash
roslaunch franka_gazebo panda.launch \
  use_gripper:=false \
  headless:=false \
  paused:=true \
  initial_joint_positions:="-J panda_joint6 $(calc 'deg2rad(-90)')"
```

and step the simulation a few times.

For the bugged example switch the commented region in `panda_gazebo.xacro` for
joint6 and launch the ROTATED (bugged) example with:

```bash
roslaunch franka_gazebo panda.launch \
  use_gripper:=false \
  headless:=false \
  paused:=true \
  initial_joint_positions:="-J panda_joint6 $(calc 'deg2rad(90)')"
```
  • Loading branch information
gollth committed Nov 8, 2021
1 parent 8dc80d1 commit 786f03a
Show file tree
Hide file tree
Showing 2 changed files with 168 additions and 262 deletions.
Loading

0 comments on commit 786f03a

Please sign in to comment.