Skip to content

Commit

Permalink
Allow using the scaled jtc with GZ Sim (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
urfeex authored Jan 24, 2025
1 parent 151f0dd commit 01021ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions ur_simulation_gz/config/ur_controllers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ scaled_joint_trajectory_controller:
state_interfaces:
- position
- velocity
speed_scaling_interface_name: ""
state_publish_rate: 100.0
action_monitor_rate: 20.0
allow_partial_joints_goal: false
Expand Down
5 changes: 3 additions & 2 deletions ur_simulation_gz/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@
<exec_depend>joint_state_publisher</exec_depend>
<exec_depend>launch</exec_depend>
<exec_depend>launch_ros</exec_depend>
<exec_depend>ros_gz_bridge</exec_depend>
<exec_depend>ros_gz_sim</exec_depend>
<exec_depend>rviz2</exec_depend>
<exec_depend>ur_controllers</exec_depend>
<exec_depend>ur_description</exec_depend>
<exec_depend>ur_moveit_config</exec_depend>
<exec_depend>urdf</exec_depend>
<exec_depend>ros_gz_bridge</exec_depend>
<exec_depend>ros_gz_sim</exec_depend>
<exec_depend>xacro</exec_depend>

<test_depend>ament_cmake_pytest</test_depend>
Expand Down

0 comments on commit 01021ea

Please sign in to comment.