Skip to content

Commit bf47c8f

Browse files
authored
Merge pull request #3 from m0rsch1/master
Fixed deprecated base type names
2 parents e9928c7 + 3648b18 commit bf47c8f

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)