ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
2017-04-10 22:30:11 -0500 | received badge | ● Famous Question (source) |
2016-10-17 03:34:06 -0500 | received badge | ● Famous Question (source) |
2016-09-07 10:14:57 -0500 | received badge | ● Notable Question (source) |
2016-07-20 03:25:12 -0500 | received badge | ● Popular Question (source) |
2016-07-19 04:04:13 -0500 | asked a question | Rosserial + cpp nodes: cannot use data from rosserial Hi everyone! I would like to use ultra sonic sensors mounted on a turtlebot to create an obstacle avoidance feature. Those sensors are connected on an Arduino Uno and I'm using Rosserial_arduino to pass the data to my ros nodes. My problem is that I can read the data from the sensors, publish them onto a topic (called But, I have a problem with the subscriber in my ROS node: only one set of data shows up and then nothing else... Do you have any ideas why that happened? Thank you for your advices and your help! EDIT: I tried again this morning by restarting from nothing> I followed again the tutorials about subcribers/publishers and it's now working! PS: Here are the codes (really really simple) for:
|
2016-07-11 21:02:21 -0500 | commented answer | Rotate Kinect frame for turtlebot localization? Sorry for the late answer... Thank you again for your help! |
2016-07-06 00:52:05 -0500 | commented answer | Rotate Kinect frame for turtlebot localization? Of course the topics should be the same. I worked on it again and I found a solution: I modified the Kobuki joint state publisher for the wheels and I add the publisher for the Dynamixel motor. So now it's all good! Thank you again for your help and your advices !! |
2016-07-05 02:34:16 -0500 | received badge | ● Notable Question (source) |
2016-07-05 01:49:50 -0500 | commented answer | Rotate Kinect frame for turtlebot localization? by the dynamixel doesn't seem to be used by Rviz. Do you know I could set this up? I'd like to 'force" Rviz to get the message? Thank you again for your help! (2/2) |
2016-07-05 01:46:25 -0500 | commented answer | Rotate Kinect frame for turtlebot localization? OK! So now I have an accurate model of my robot but I'm now facing problems with the joint_state_publisher... Same as Pi robot example I created a launch file including the joint_state_publisher but once everything is launched (robot, openni, dynamixel, Rviz), the joint_state published (1/2) |
2016-07-04 19:55:56 -0500 | received badge | ● Supporter (source) |
2016-07-03 20:31:36 -0500 | received badge | ● Enthusiast |
2016-07-01 23:42:35 -0500 | received badge | ● Popular Question (source) |
2016-06-29 03:12:36 -0500 | commented answer | Rotate Kinect frame for turtlebot localization? Thank you so much for your reply!! I didn't have knowledge about the xacro file. I'll try and let you know how it's going. But about the 3rd point you mentioned, amcl and gmapping are assuming that Kinect is immobile? Is there another method which take kinect orientation into account? |
2016-06-28 21:26:49 -0500 | asked a question | Rotate Kinect frame for turtlebot localization? Hello ! I'm currently working on SLAM method with turtlebot2. I followed all tutorials about mapping and localization and everything works well. But I'd like to add some more features: my kinect is actually not directly fixed to the turtlebot but it's mounted on a Dynamixel Motor to allow a rotation on the Z axis. So my problem is that the localization is well working when the kinect frame is aligned with the turtlebot frame (the Kinect orientation on the vertical axis is the same as the turtlebot's one) but as soon as the orientations are not the same, I have a problem in the localization. This is pretty normal but I'd like to allow the Kinect to rotate and still have a good localization. In theory, I "just" have to apply a rotation matrix between the Kinect frame and the turtlebot frame depending on the Dynamixel angle but I have honestly no idea how to apply this transformation... I had a look on tf tutorials and I did the tutorials tf tutorials but I'm quite locked here. So my questions are:
Let me know if wasn't clear in my explanations. Thank you for your answers and your advices! |