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

flurin4's profile - activity

2018-05-24 22:22:35 -0500 received badge  Famous Question (source)
2018-01-23 02:53:02 -0500 commented answer How to roslaunch a rostopic echo to text file.

@Orso this is great! In order to change the name of the test.txt file, I created another python script that is run once

2017-11-14 08:46:48 -0500 received badge  Enthusiast
2017-11-07 07:57:59 -0500 commented answer rosserial with Teensy 3.1 comm port

Adding the #define USE_TEENSY_HW_SERIAL was what solved my problem with the Teensy 3.6, Arduino 1.8.5 and ROS Kinetic.

2017-10-30 12:30:53 -0500 received badge  Notable Question (source)
2017-10-26 11:19:35 -0500 commented question Tutorials: package format 2 vs format 1

Actually the links I added were for finding where the problem lies. The errors were in the normal Tutorials =) I saw you

2017-10-26 11:03:30 -0500 received badge  Popular Question (source)
2017-10-26 10:35:22 -0500 received badge  Supporter (source)
2017-10-26 10:35:13 -0500 commented answer Tutorials: package format 2 vs format 1

Thanks for the feedback! I'll see whether I manage to update the wiki with the new format version. In some cases I used

2017-10-26 10:34:18 -0500 edited question Tutorials: package format 2 vs format 1

Tutorials: package format 2 vs format 1 While I was running through the tutorial "CreatingMsgAndSrv", I ran into problem

2017-10-26 10:27:07 -0500 marked best answer Tutorials: package format 2 vs format 1

While I was running through the tutorial "CreatingMsgAndSrv", I ran into problems when trying to use

rosmsg show beginner_tutorials/Num

The terminal displayed a long error with

The manifest (with format version 2) must not contain the following tags: run_depend

This sounded strange, as the tutorial had just told me to add the lines with run_depend. After searching a bit, I found here or here (mirror), that the run_depend tag is deprecated in format 2, and was only used in format 1.

This mistake also is introduced in the "CreatingPackage" tutorial. Should the tutorials maybe mention something about the two different versions, similar to the rosbuild/catkin differences?

Could somebody advise as to where I should report this mistake, or how I can help to get it updated?

2017-10-26 10:27:06 -0500 received badge  Scholar (source)
2017-10-26 10:00:16 -0500 received badge  Student (source)
2017-10-26 09:31:57 -0500 asked a question Tutorials: package format 2 vs format 1

Tutorials: package format 2 vs format 1 While I was running through the tutorial "CreatingMsgAndSrv", I ran into problem

2017-10-26 09:24:55 -0500 commented answer Website outages

Thanks for asking this question! I was having the same issues and this cleared up my questions/doubts ;-) Looking forwa