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

lidar_help's profile - activity

2019-06-13 00:41:24 -0500 received badge  Famous Question (source)
2019-06-03 08:17:10 -0500 received badge  Famous Question (source)
2019-05-23 06:54:09 -0500 marked best answer Posearray bigger on rviz

So I have a a list of poses that I use Posearray to publish to a topic. This works fine on rviz and I can see the arrows of each Pose. But I would like it to be easier to see, so making it bigger is needed. How can you make a Posearray arrow bigger?

2019-05-22 10:22:16 -0500 received badge  Popular Question (source)
2019-05-22 04:16:08 -0500 answered a question Posearray bigger on rviz

The comment by Pete is correct: "If you expand the poseArray item in the left hand panel in RVIZ you will see options t

2019-05-20 09:38:39 -0500 asked a question Posearray bigger on rviz

Posearray bigger on rviz So I have a a list of poses that I use Posearray to publish to a topic. This works fine on rviz

2019-03-19 14:22:33 -0500 received badge  Notable Question (source)
2019-03-19 12:18:25 -0500 marked best answer Have two nodes publish to same topic

So I have two nodes publishing to the topic /mavros/setpoint_position/local and I want one to have priority over the other. Right now it just switches between the two. Is there a way to have them both publish then assign priority to one?

More info on my particular problem. I have a exploration node sending to the topic, then have another node which sends only when battery is too low. I don't want to change anything in the exploration alghoritm, just have the battery node publish to the topic /mavros/setpoint_position/local and overwrite what the exploration node publishes.

2019-03-19 12:18:25 -0500 received badge  Scholar (source)
2019-03-19 12:18:24 -0500 received badge  Supporter (source)
2019-03-19 12:18:06 -0500 answered a question Have two nodes publish to same topic

I solved the problem. What I did was to change the topic names of the two nodes then simply have a new control node subs

2019-03-19 05:47:28 -0500 received badge  Student (source)
2019-03-19 02:47:04 -0500 received badge  Popular Question (source)
2019-03-18 12:01:44 -0500 received badge  Notable Question (source)
2019-03-18 12:01:44 -0500 received badge  Popular Question (source)
2019-03-18 12:01:25 -0500 asked a question Have two nodes publish to same topic

Have two nodes publish to same topic So I have two nodes publishing to the topic /mavros/setpoint_position/local and I w

2018-11-27 13:11:46 -0500 asked a question How to have matplotlib animation of message?

How to have matplotlib animation of message? Hi, I'm completely new to both ROS and not that good at programming general