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

chaoshydra's profile - activity

2020-06-22 03:06:46 -0500 received badge  Famous Question (source)
2020-03-04 07:12:05 -0500 received badge  Famous Question (source)
2020-03-04 07:12:05 -0500 received badge  Notable Question (source)
2019-12-09 15:36:49 -0500 marked best answer How to read rosparam in a launch file

I am aiming to write a bag recording launch script for two same robots with different storage configuration, hence the stored location for the robots will be different.
The robots name are in rosparam. How do I read the publishing /robot_name in a launch script and then do a if statement to change my current recording node .

 <group if="$(eval arg('robot_name') == robot_name_rosparam)">
      <node pkg="rosbag" type="record" args="record -o /directory /topics">
 <group>
2019-12-09 15:36:49 -0500 received badge  Scholar (source)
2019-12-09 15:36:44 -0500 commented answer How to read rosparam in a launch file

Yes, I have done something like that by passing a variable in the launch file.

2019-12-09 15:35:56 -0500 received badge  Popular Question (source)
2019-12-05 09:41:32 -0500 commented question How to read rosparam in a launch file

@Choco93, I did check that answer when I was searching. It is for loading yaml file to set rosparameter. In my case, the

2019-12-05 09:10:28 -0500 received badge  Enthusiast
2019-12-05 07:59:04 -0500 received badge  Notable Question (source)
2019-12-05 07:59:04 -0500 received badge  Popular Question (source)
2019-12-05 02:23:08 -0500 asked a question How to read rosparam in a launch file

How to read rosparam in a launch file I am writing a launch file that will do some ros bag recording. This launch script

2019-12-05 02:23:08 -0500 asked a question How to read rosparam in a launch file

How to read rosparam in a launch file I am aiming to write a bag recording launch script for two same robots with diffe

2019-10-11 13:09:09 -0500 answered a question coordinate of velodyne data

According to the answer here, the coordinate system is listed as it states and I can confirm. As for read velodyne dat

2019-09-24 15:40:56 -0500 answered a question Using the --split option in a launch file for rosbag recording.

So I got the "dashcam" working with modifying the args part. args = "record --split --duration=5s -o /directory/ /topic

2019-09-24 15:05:55 -0500 received badge  Rapid Responder (source)
2019-09-23 10:44:50 -0500 asked a question Using the --split option in a launch file for rosbag recording.

Using the --split option in a launch file for rosbag recording. I am trying to make a dashcam launch file so to speak fo

2019-07-25 08:51:11 -0500 received badge  Supporter (source)