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

Usui's profile - activity

2022-09-06 16:26:55 -0500 received badge  Popular Question (source)
2022-09-06 16:26:55 -0500 received badge  Famous Question (source)
2022-09-06 16:26:55 -0500 received badge  Notable Question (source)
2022-05-23 09:10:46 -0500 received badge  Famous Question (source)
2022-05-23 09:10:46 -0500 received badge  Notable Question (source)
2021-12-13 21:50:08 -0500 received badge  Notable Question (source)
2021-12-13 21:50:08 -0500 received badge  Famous Question (source)
2021-12-13 21:50:08 -0500 received badge  Popular Question (source)
2021-12-02 22:13:08 -0500 received badge  Famous Question (source)
2021-10-20 11:06:59 -0500 received badge  Notable Question (source)
2021-08-03 10:52:47 -0500 received badge  Student (source)
2021-07-18 18:11:22 -0500 received badge  Notable Question (source)
2021-07-18 18:11:22 -0500 received badge  Famous Question (source)
2021-07-18 18:11:22 -0500 received badge  Popular Question (source)
2021-06-30 18:05:58 -0500 edited question Seekur jr can't connect or sync with RosAria

Seekur jr can't connect or sync with RosAria Basically, I am running the seekur jr with a mini intel nuc. It is connecte

2021-06-29 23:04:55 -0500 edited question Seekur jr can't connect or sync with RosAria

Seekur jr can't connect or sync Basically, I am running the seekur jr with a mini intel nuc. It is connected with microc

2021-06-29 23:04:41 -0500 commented answer Connect failed RosAria with Robot

I am having the same problem, could you elaborate on what you mean? Here's my post on the question: https://answers.ros.

2021-06-29 23:03:14 -0500 asked a question Seekur jr can't connect or sync with RosAria

Seekur jr can't connect or sync Basically, I am running the seekur jr with a mini intel nuc. It is connected with microc

2021-03-26 01:54:01 -0500 received badge  Famous Question (source)
2021-01-15 08:45:34 -0500 received badge  Popular Question (source)
2021-01-14 19:30:00 -0500 marked best answer Laserscan ray and angle

I am trying to do obstacle avoidance with 2d laserscan from scratch. So I use urg_node for a laserscan sensor. In the float32[] ranges array in the laserscan.msg, it contains distance information. I am wondering how does it determine the size of the array. Also for each ray what angle would it be?

I found that if I set max and minx angle to + and - 2.09234976768, the size would be 683 (I did it by just printing ranges[i] until I get a ranges[i] = 0 because for some reason when I tried sizeof(msg->range), it gave 24 which is definitely not the size).

I don't get how in rviz they are able to figure the angle and the where the laser dot would be. Anyone know?


Edit: I found answer: #q198843.

2021-01-14 19:29:56 -0500 answered a question Laserscan ray and angle

I found answer https://answers.ros.org/question/198843/need-explanation-on-sensor_msgslaserscanmsg/

2021-01-14 19:29:56 -0500 received badge  Rapid Responder (source)
2021-01-14 19:06:42 -0500 asked a question Laserscan ray and angle

Laserscan ray and angle I am trying to do obstacle avoidance with 2d laserscan from scratch. So I use urg_node for a las

2021-01-10 18:39:12 -0500 edited question solid state lidar CE-30D: Error 'Get Version' not Responding

solid state lidar CE-30D: Error 'Get Version' not Responding Okay so I am trying to get Benewake solid state lidar CE-30

2021-01-10 18:09:17 -0500 asked a question solid state lidar CE-30D: Error 'Get Version' not Responding

solid state lidar CE-30D: Error 'Get Version' not Responding Okay so I am trying to get Benewake solid state lidar CE-30

2020-08-27 20:00:01 -0500 received badge  Famous Question (source)
2020-08-25 00:37:51 -0500 received badge  Famous Question (source)
2020-04-17 03:10:10 -0500 received badge  Famous Question (source)
2020-03-16 16:53:06 -0500 received badge  Famous Question (source)
2020-01-28 02:39:56 -0500 received badge  Notable Question (source)
2019-12-27 03:06:55 -0500 received badge  Popular Question (source)
2019-12-27 03:06:55 -0500 received badge  Notable Question (source)
2019-12-20 17:29:45 -0500 asked a question PINE was not declared in this scope

PINE was not declared in this scope Okay so I am writing code for wheel encoder to upload into arduino. my includes are

2019-12-18 09:16:12 -0500 received badge  Famous Question (source)
2019-11-22 07:43:54 -0500 received badge  Famous Question (source)
2019-11-22 07:41:48 -0500 received badge  Famous Question (source)
2019-11-19 01:33:21 -0500 received badge  Famous Question (source)
2019-11-09 02:31:36 -0500 received badge  Notable Question (source)
2019-10-07 11:39:30 -0500 received badge  Notable Question (source)
2019-10-07 11:35:36 -0500 received badge  Popular Question (source)
2019-10-07 11:35:36 -0500 received badge  Notable Question (source)
2019-09-04 11:31:26 -0500 received badge  Notable Question (source)
2019-09-03 00:32:03 -0500 received badge  Famous Question (source)
2019-08-16 19:36:28 -0500 marked best answer have send tf data from multiple robot in rviz

ROS Kinetic:

I am using 2 robot and I am not sure how to display in in rviz with amcl. What I have is each robot has its own tf. I would do

<remap from="tf" to="tf1"/>

is that wrong? I think it is wrong because rviz can only take in one tf. I did some reading and it said instead to do.

<node name="robot_state_publisher" pkg="robot_state_publisher" type="state_publisher" >
<param name="tf_prefix" value="robot_0"/>
</node>

and

<node name="robot_state_publisher" pkg="robot_state_publisher" type="state_publisher" >
<param name="tf_prefix" value="robot_1"/>
</node>

Is one of these method right? Or is there another solution. Any help is appreciated! Thank you!

2019-08-16 16:45:22 -0500 received badge  Popular Question (source)