Skip to content

Commit

Permalink
Fix rviz planning sphere (#61)
Browse files Browse the repository at this point in the history
* fix

* param fix

* format

---------

Co-authored-by: Aron Svastits <svastits1@gmail.com>
  • Loading branch information
Svastits and Aron Svastits authored Aug 26, 2024
1 parent e228a7c commit 179a59c
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,21 @@ def launch_setup(context, *args, **kwargs):
parameters=[robot_description, controller_config],
)

robot_description_kinematics = {
"robot_description_kinematics": {
"manipulator": {"kinematics_solver": "kdl_kinematics_plugin/KDLKinematicsPlugin"}
}
}

rviz = Node(
package="rviz2",
executable="rviz2",
name="rviz2",
output="log",
arguments=["-d", rviz_config_file, "--ros-args", "--log-level", "error"],
parameters=[
robot_description_kinematics,
],
)

robot_state_publisher = Node(
Expand Down

0 comments on commit 179a59c

Please sign in to comment.