Skip to content

Commit 3648b18

Browse files
Hansi HinterseerHansi Hinterseer
authored andcommitted
Fixed deprecated base type names
Signed-off-by: Hansi Hinterseer <[email protected]>
1 parent e9928c7 commit 3648b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rock_tutorial.orogen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ using_library "rock_tutorial"
88
# Declare a new task context (i.e., a component)
99
task_context "RockTutorialControl" do
1010
# Get the command as input
11-
input_port "motion_command", "base::MotionCommand2D"
11+
input_port "motion_command", "base::commands::Motion2D"
1212

1313
# Output the pose using Rock's general pose type
1414
#

0 commit comments

Comments
 (0)