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

Reamees's profile - activity

2023-02-23 04:57:47 -0500 received badge  Critic (source)
2022-08-31 03:12:21 -0500 received badge  Rapid Responder (source)
2022-08-31 03:12:21 -0500 answered a question How to merge 2 topics in ROS2?

You need to remap the /cmd_vel topic in your launch file for nav2 to publish to the topic you want. Relevant snippet fro

2021-10-05 00:46:53 -0500 received badge  Nice Answer (source)
2021-08-06 06:28:57 -0500 commented question How can I get the src directory of a package in a ROSLaunch file.

As @miura said you would need to install the resources your node needs to run. I do not agree with the advice of install

2020-11-30 02:45:07 -0500 commented question Why "ROS_INFO" can correct my "runtime_error"?

A bit late and I'm not sure how you ended up solving the issue, but just adding some delay is not a proper fix. The amou

2020-09-09 07:36:15 -0500 commented question Why "ROS_INFO" can correct my "runtime_error"?

It's probably not the ROS_INFO() specifically that "fixes" the issue. It's probably some race condition / accesing a var

2020-06-03 04:54:35 -0500 received badge  Rapid Responder (source)
2020-06-03 04:54:35 -0500 answered a question Read /rosout/msg with seperate Python script

This is a bit of an XY problem situation. You do not need to parse /rosout to get the status of the current goal. You ca

2020-06-02 09:06:01 -0500 received badge  Rapid Responder (source)
2020-06-02 09:06:01 -0500 answered a question Noetic released but still not working on Buster

Just tried it with the debian:buster docker image and the steps in the install tutorial seemed to work fine (excluding s

2020-06-02 06:15:59 -0500 edited answer how to convert imu from left-handed rule to right-handed rule

All you need to do is define the frame of the IMU relative to the base_link with the correct rotation and orientation. I

2020-06-02 06:15:33 -0500 edited answer how to convert imu from left-handed rule to right-handed rule

All you need to do is define the frame of the IMU relative to the base_link with the correct rotation and orientation. I

2020-06-02 06:12:02 -0500 answered a question how to convert imu from left-handed rule to right-handed rule

All you need to do is define the frame of the IMU relative to the base_link with the correct rotation and orientation. I

2020-06-02 06:12:02 -0500 received badge  Rapid Responder (source)
2020-02-25 01:10:05 -0500 commented question Net Work Problem

I assume you are running the commands over ssh. The error indicates that you do not have an x server running on the comp

2020-02-19 08:32:37 -0500 commented question robot_localization imu only not publishing odometry/filtered

It is better to update the question with the relevant info, not post a link to some text file that might or might not be

2020-02-03 05:38:29 -0500 commented question robot_localization imu only not publishing odometry/filtered

I would suggest to look at some example projects that use robot_localization like jackal for example. Also read the docu

2020-02-03 05:37:08 -0500 commented question robot_localization imu only not publishing odometry/filtered

I would suggest to look at some example projects that use robot_localization like jackal for example. Also read the docu

2020-02-03 03:44:18 -0500 answered a question Error viewing map in RVIZ

The actual transform would depend on where the origin of the map frame is relative to the robot. That is something that

2020-02-03 03:44:18 -0500 received badge  Rapid Responder (source)
2020-01-06 07:26:23 -0500 commented question rviz: Need to display two different set of data

You need to have a transform between your two frames. You can add code to your random cloud generating node that would p

2020-01-06 07:22:29 -0500 commented question rviz: Need to display two different set of data

You need to have a transform between your two frames. You can add code to your random cloud generating node that would p

2019-12-16 05:40:35 -0500 answered a question hector_slam Install Question

The apt install part of the command indicates that this is installing the program system wide. So no, you do not have to

2019-12-16 05:40:35 -0500 received badge  Rapid Responder (source)
2019-12-10 02:52:12 -0500 commented question Provide CLI roslaunch with XML <group> tag.

Alternatively you could also add an argument to the launch file for the namespace. <launch> <arg nam

2019-12-10 02:47:57 -0500 commented question Provide CLI roslaunch with XML <group> tag.

Alternatively you could also add an argument to the launch file for the namespace. <launch> <arg nam

2019-12-09 05:48:28 -0500 edited answer rviz not updating imu pose

Can not tell for sure from the image and code posted, but you seem to be trying to visualize the transform between imu a

2019-12-09 05:47:39 -0500 received badge  Rapid Responder (source)
2019-12-09 05:47:39 -0500 answered a question rviz not updating imu pose

Can not tell for sure from the image and code posted, but you seem to be trying to visualize the transform between imu a

2019-11-15 04:13:54 -0500 received badge  Nice Answer (source)
2019-09-27 06:34:41 -0500 commented answer Node unable to subscribe the specified topic

What @Delb said, also, you might want to have a look at this question for an example implementation.

2019-09-27 04:44:17 -0500 commented question Node unable to subscribe the specified topic

How are you launching your nodes, maybe you can post the launch files as well. From the negotiator node you have posted

2019-09-26 06:48:37 -0500 commented question How to Subscribe to a topic that one node is publishing on while publishing on the same topic for a different node?

Not sure about the explained well part, I'm getting a strong XY problem vibe from it. You talk a lot about what you have

2019-09-12 05:17:27 -0500 commented answer Why does RVIZ complain that I have to transform from right_wheel to base_link?

To add the remap to controller_spawner you will need to reverse the from an to. Check with rosnode info controller_spawn

2019-09-12 05:13:32 -0500 received badge  Rapid Responder (source)
2019-09-12 05:13:32 -0500 answered a question Why does RVIZ complain that I have to transform from right_wheel to base_link?

your problem is with ROS and Rviz, so the launch file to reproduce the problem could shortened quite a bit to make the p

2019-09-02 04:09:09 -0500 commented question TF status:warn and move robot in rviz

Never mind my previous comment, from the tf_tree you posted you can see that there are several unconnected pieces. Befor

2019-09-02 03:53:58 -0500 commented question TF status:warn and move robot in rviz

This seems like an Rviz configuration issue. It looks like you are trying to visualize "base_footprint" frame but your T

2019-09-02 03:26:53 -0500 commented question Is there any librabry or CDN for displaying LIDAR data in webpage

There are several projects doing browser based UI's for ros. This is one example https://github.com/rapyuta-robotics/zet

2019-09-02 03:25:40 -0500 commented question Is there any librabry or CDN for displaying LIDAR data in webpage

There are several projects doing browser based UI's for ros. This is one example https://github.com/rapyuta-robotics/zet

2019-08-22 07:44:35 -0500 commented answer Play .bag file from .launch error

"/home/bryan/Schreibtisch/ros_workspace/kitti_2011_09_26_drive_0002_synced.bag" would probably work, notice the / at th

2019-05-20 01:42:47 -0500 commented answer is it possible to add to the gmapping-generated map obstacles using GPS coordinates. Or any other messages expect LaserScan ?

@aksel you could have a node that takes in your scan, adds to that message some points based on your GPS coordinates and

2019-05-20 01:22:40 -0500 commented question How to use two topics without using TimeSynchronizer

I was wondering if there's a way where I can use two different functions that keep the last received messages in a globa

2019-05-20 01:22:20 -0500 commented question How to use two topics without using TimeSynchronizer

I was wondering if there's a way where I can use two different functions that keep the last received messages in a globa

2019-05-20 01:22:01 -0500 commented question How to use two topics without using TimeSynchronizer

I was wondering if there's a way where I can use two different functions that keep the last received messages in a globa

2019-05-20 01:21:49 -0500 commented question How to use two topics without using TimeSynchronizer

I was wondering if there's a way where I can use two different functions that keep the last received messages in a globa

2019-05-14 06:06:37 -0500 commented question see full launchfile from top tier one

I don't know of any utilities that would parse the launch file into a single file, but there is this package that can be

2019-05-13 06:06:51 -0500 commented question How to get the actual coordinate for all of the joint?

rosrun tf view_frames - will generate a pdf of the tf tree and save where your terminal is currently rosrun rqt_tf_tree

2019-05-13 06:06:32 -0500 commented question How to get the actual coordinate for all of the joint?

rosrun tf view_frames - will generate a pdf of the tf tree and save where your terminal is currently rosrun rqt_tf_tree