We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9928c7 commit 3648b18Copy full SHA for 3648b18
rock_tutorial.orogen
@@ -8,7 +8,7 @@ using_library "rock_tutorial"
8
# Declare a new task context (i.e., a component)
9
task_context "RockTutorialControl" do
10
# Get the command as input
11
- input_port "motion_command", "base::MotionCommand2D"
+ input_port "motion_command", "base::commands::Motion2D"
12
13
# Output the pose using Rock's general pose type
14
#
0 commit comments