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

Don't have Publisher 'mavros/setpoint_position/local'

asked 2019-09-24 09:27:06 -0500

Oriens gravatar image

updated 2019-09-24 13:47:00 -0500

jayess gravatar image

PX4 example show

ros::Publisher local_pos_pub = nh.advertise<geometry_msgs::PoseStamped> "mavros/setpoint_position/local", 10);

However, there is no corresponding Publisher Topics on ROS wiki. only Subscribed Topics.

Is it written for Pixhawk?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-09-24 13:48:40 -0500

jayess gravatar image

This just means that the node subscribes to that topic waiting for messages (i.e., poses). You publish the messages (poses) on that topic.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-09-24 09:27:06 -0500

Seen: 324 times

Last updated: Sep 24 '19