ROS2 command in terminal. #4833
-
I am trying to fly a drone using ROS2 wrapper. ros2 topic pub -r 10 /airsim_node/Drone1/vel_cmd_world_frame airsim_interfaces/msg/VelCmd twist: This causes following errors. yaml.scanner.ScannerError: mapping values are not allowed here In addition, I use ros-foxy. Thanks all |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Instead of using "tab", I used "{twist: {linear:{x: 0.0, y: 0.0, z: -1.0}, angular:{x: 0.0, y: 0.0, z: 0.0}}}". |
Beta Was this translation helpful? Give feedback.
-
@YunwooLee94
The Problem ! Can you please tell me if i am missing any crusial step inbetween? and how to proceed from here? Many Thanky in advance!! |
Beta Was this translation helpful? Give feedback.
Instead of using "tab", I used "{twist: {linear:{x: 0.0, y: 0.0, z: -1.0}, angular:{x: 0.0, y: 0.0, z: 0.0}}}".
And it worked.