ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Piloting Examples for Bebop Autonomy on Ubuntu 16

asked 2017-10-23 05:32:20 -0500

jfursdon gravatar image

There were good examples for the take off, landing and emergency commands but no example of what the piloting commands should look like. I tried the same layouts as the take off line but these did not work.

eg. rostopic pub --once bebop/angular.z [1] geometry_msgs/Twist

Any examples of piloting commands would be greatly appreciated.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-07-02 00:49:45 -0500

I'm new in ROS but I found this on ROS wiki: http://wiki.ros.org/rostopic

$ rostopic pub --once bebop/cmd_vel geometry_msgs/Twist '{linear:  {x: 0.0, y: 0.0, z: 0.0}, angular: {x: 0.0,y: 0.0,z: 1.0}}'

I hope it helps.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2017-10-23 05:32:20 -0500

Seen: 296 times

Last updated: Oct 23 '17