Skip to content

Commit

Permalink
New minimal example, now with 7 joints
Browse files Browse the repository at this point in the history
  • Loading branch information
jsaltducaju committed Nov 3, 2023
1 parent e534201 commit 97cbfe1
Show file tree
Hide file tree
Showing 4 changed files with 483 additions and 366 deletions.
2 changes: 2 additions & 0 deletions res/config/example_controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ CartesianImpedance_trajectory_controller:
- joint4
- joint5
- joint6
- joint7
end_effector: tool0 # Link to control arm in
update_frequency: 500 # Controller update frequency in Hz
dynamic_reconfigure: true # Starts dynamic reconfigure server
Expand Down Expand Up @@ -38,3 +39,4 @@ hardware_interface:
- joint4
- joint5
- joint6
- joint7
2 changes: 1 addition & 1 deletion res/launch/examples.launch
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
<!-- Run a python script to send a service call to gazebo_ros to spawn a URDF robot -->
<node name="urdf_spawner" pkg="gazebo_ros" type="spawn_model" respawn="false" output="screen"
args="-urdf -model robot -param robot_description"/>
</launch>
</launch>
Loading

0 comments on commit 97cbfe1

Please sign in to comment.