Skip to content

Commit 0f4c935

Browse files
m-elwinsea-bass
andauthored
Added joint limits to rviz launch file. (moveit#3091)
* Added joint limits to rviz launch file. Rviz now loads the moveit joint limits, enabling cartesian planning from rviz. * Update moveit_configs_utils/moveit_configs_utils/launches.py --------- Co-authored-by: Sebastian Castro <[email protected]>
1 parent ab34495 commit 0f4c935

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

moveit_configs_utils/moveit_configs_utils/launches.py

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def generate_moveit_rviz_launch(moveit_config):
5959
rviz_parameters = [
6060
moveit_config.planning_pipelines,
6161
moveit_config.robot_description_kinematics,
62+
moveit_config.joint_limits,
6263
]
6364

6465
add_debuggable_node(

0 commit comments

Comments
 (0)