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

Usage of the /mavros/rc/override topic

asked 2020-12-23 03:25:50 -0500

Ash_J gravatar image

updated 2020-12-23 03:27:14 -0500

Hello All,

I am a newbie working with mavros. I have noticed that when I echo the rc/in topic, I can see 16 channels. But by publishing on the rc/override topic, I'm able to manipulate the values of only the first 8 channels using this command:

rostopic pub -1 /mavros/rc/override mavros_msgs/OverrideRCIn '[1500, 1500, 1500, 1500, 1325, 1560, 2000, 1500]'

But if say, I enter one more channel value, I get this error: ERROR: Field [channels] has incorrect number of elements: 9 != 8

I'd like to manipulate the values of the remaining channels. Hope you can help with this. Thanks.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-12-23 07:17:26 -0500

Ash_J gravatar image

http://docs.ros.org/en/hydro/api/mavr...

Currently MAVLink defines override for 8 channel only.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-12-23 03:25:50 -0500

Seen: 1,331 times

Last updated: Dec 23 '20