File size: 2,786 Bytes
81e760c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 |
,text
0,"Convert the user Input to cli command in output.
###Input
list of topics
###Output
[{T:command, E:ros, V:ros2 topic list}]"
1,"Convert the user Input to cli command in output.
###Input
topics list
###Output
[{T:command, E:ros, V:ros2 topic list}]"
2,"Convert the user Input to cli command in output.
###Input
list of ros topics
###Output
[{T:command, E:ros, V:ros2 topic list}]"
3,"Convert the user Input to cli command in output.
###Input
list of active topics
###Output
[{T:command, E:ros, V:ros2 topic list}]"
4,"Convert the user Input to cli command in output.
###Input
list of actions
###Output
[{T:command, E:ros, V:ros2 action list}]"
5,"Convert the user Input to cli command in output.
###Input
action list
###Output
[{T:command, E:ros, V:ros2 action list}]"
6,"Convert the user Input to cli command in output.
###Input
list of ros action
###Output
[{T:command, E:ros, V:ros2 action list}]"
7,"Convert the user Input to cli command in output.
###Input
list of active action
###Output
[{T:command, E:ros, V:ros2 action list}]"
8,"Convert the user Input to cli command in output.
###Input
what is odom topics
###Output
[{T:command, E:ros, V:ros2 topic info /odom}]"
9,"Convert the user Input to cli command in output.
###Input
info about odom topics
###Output
[{T:command, E:ros, V:ros2 topic info /odom}]"
10,"Convert the user Input to cli command in output.
###Input
information about odom topics
###Output
[{T:command, E:ros, V:ros2 topic info /odom}]"
11,"Convert the user Input to cli command in output.
###Input
details about odom topics
###Output
[{T:command, E:ros, V:ros2 topic info /odom}]"
12,"Convert the user Input to cli command in output.
###Input
what is cmd_vel topics
###Output
[{T:command, E:ros, V:ros2 topic info /cmd_vel}]"
13,"Convert the user Input to cli command in output.
###Input
info about cmd_vel topics
###Output
[{T:command, E:ros, V:ros2 topic info /cmd_vel}]"
14,"Convert the user Input to cli command in output.
###Input
information about cmd_vel topics
###Output
[{T:command, E:ros, V:ros2 topic info /cmd_vel}]"
15,"Convert the user Input to cli command in output.
###Input
details about cmd_vel topics
###Output
[{T:command, E:ros, V:ros2 topic info /cmd_vel}]"
16,"Convert the user Input to cli command in output.
###Input
echo topic odom
###Output
[{T:command, E:ros, V:ros2 topic echo /odom}]"
17,"Convert the user Input to cli command in output.
###Input
output topic odom
###Output
[{T:command, E:ros, V:ros2 topic echo /odom}]"
18,"Convert the user Input to cli command in output.
###Input
output message in topic odom
###Output
[{T:command, E:ros, V:ros2 topic echo /odom}]"
19,"Convert the user Input to cli command in output.
###Input
print the message in topic odom
###Output
[{T:command, E:ros, V:ros2 topic echo /odom}]"
|