Skip to content

Commit cdfda36

Browse files
Minor typo fix in simulated Panda servo config (#3444)
1 parent 59211df commit cdfda36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

moveit_ros/moveit_servo/config/panda_simulated_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ joint_limit_margins: [0.12]
5252
## Topic names
5353
cartesian_command_in_topic: ~/delta_twist_cmds # Topic for incoming Cartesian twist commands
5454
joint_command_in_topic: ~/delta_joint_cmds # Topic for incoming joint angle commands
55-
joint_topic: /joint_states # Get joint states from this tpoic
55+
joint_topic: /joint_states # Get joint states from this topic
5656
status_topic: ~/status # Publish status to this topic
5757
command_out_topic: /panda_arm_controller/joint_trajectory # Publish outgoing commands here
5858

0 commit comments

Comments
 (0)