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

Junskter's profile - activity

2020-12-18 13:39:00 -0500 marked best answer Publish clicked point in Rviz without using navigation stack

I wish to publish the clicked point in Rviz. I read that we need to be using the ROS navigation stack for this feature to work. However, my setup doesn't use laser scans and relies on aruco markers. Hence, I am not using the navigation stack.

2020-12-18 13:38:56 -0500 marked best answer How to create multi colored visual marker for Rviz?

I wish to create a multicolored visualization of a car in Rviz. I am using a Collada (.dae) file with the car's 3D mesh.

I followed the steps here: http://wiki.ros.org/rviz/DisplayTypes....

The shape gets correctly visualized but the colors are ignored and the car is shown in grey. I can add a single color by setting the color parameter of visualization_msgs::Marker in the ros node, but doing so adds the same color to all parts of the car.

Thank you in advance for any suggestion :D

2020-12-18 13:18:35 -0500 marked best answer Rviz use last tf (transform) message for creating visualization

I have a map frame, a camera frame and a robot frame. The transform between map frame and the camera frame is fixed and gets published occasionally, ~10 seconds irregular intervals. The transform between the camera and the robot gets published at ~30Hz. The Rviz visualization of the robot's pose is with reference to the map frame and it gets updated only after it receives a new /tf message for transform between map and camera. I want Rviz to use whatever previous transform is available from the tf tree to create the visualization. Thank you in advance :)

2020-01-15 03:17:17 -0500 received badge  Famous Question (source)
2020-01-15 03:17:17 -0500 received badge  Notable Question (source)
2019-12-10 01:27:48 -0500 received badge  Famous Question (source)
2019-11-30 03:20:13 -0500 received badge  Famous Question (source)
2019-09-16 20:09:29 -0500 received badge  Notable Question (source)
2019-08-27 08:15:32 -0500 received badge  Notable Question (source)
2019-07-26 13:54:01 -0500 received badge  Popular Question (source)
2019-07-23 00:34:26 -0500 received badge  Teacher (source)
2019-07-22 09:14:00 -0500 received badge  Popular Question (source)
2019-07-22 08:34:52 -0500 received badge  Popular Question (source)
2019-07-22 02:25:35 -0500 answered a question Two different nodes getting odometry messages

Yes, the same message will be available to all nodes which have subscribed to that message topic. In your case, for the

2019-07-22 02:25:35 -0500 received badge  Rapid Responder (source)
2019-07-21 23:55:46 -0500 edited answer How to create multi colored visual marker for Rviz?

I think there is an issue with Rviz because of which colors in the Collada (.dae) mesh file are ignored. Here's what I d

2019-07-21 23:55:27 -0500 answered a question How to create multi colored visual marker for Rviz?

I think there is an issue with Rviz because of which colors in the Collada (.dae) mesh file are ignored. Here's what I d

2019-07-21 23:32:32 -0500 commented question Publish clicked point in Rviz without using navigation stack

That was simple and it worked. Thanks! You may add that as an answer if you like.

2019-07-21 12:02:41 -0500 edited question Publish clicked point in Rviz without using navigation stack

Published clicked point in Rviz without using navigation stack I wish to publish the clicked point in Rviz. I read that

2019-07-21 12:02:41 -0500 received badge  Editor (source)
2019-07-21 12:02:17 -0500 asked a question Publish clicked point in Rviz without using navigation stack

Published clicked point in Rviz without using navigation stack I wish to publish the clicked point in Rviz. I read that

2019-07-16 01:54:46 -0500 commented question "sudo apt-get update" >> Not update

Are you running behind a proxy server? If so then: 1) Ensure proxy settings are correct in ~/.bashrc and /etc/apt/apt.c

2019-07-16 01:53:53 -0500 commented question "sudo apt-get update" >> Not update

Are you running behind a proxy server? If so then: 1) Ensure proxy settings are correct in ~/.bashrc and /etc/apt/apt.co

2019-07-16 01:13:08 -0500 received badge  Enthusiast
2019-07-15 14:17:46 -0500 edited question How to create multi colored visual marker for Rviz?

How to create multi colored visual marker for Rviz? I wish to create a multicolored visualization of a car in Rviz. I am

2019-07-15 14:01:32 -0500 asked a question How to create multi colored visual marker for Rviz?

How to create multi colored visual marker for Rviz? I wish to create a multicolored visualization of a car in Rviz. I am

2019-07-02 11:59:34 -0500 received badge  Supporter (source)
2019-07-01 11:44:07 -0500 commented question Rviz use last tf (transform) message for creating visualization

Thank you! :D If you like you may post that as an answer

2019-06-30 13:55:48 -0500 commented question Rviz use last tf (transform) message for creating visualization

All transforms are being published based on the detection of Aruco markers using the aruco_ros package (https://github.c

2019-06-30 13:55:22 -0500 commented question Rviz use last tf (transform) message for creating visualization

All transforms are being published based on the detection of Aruco markers using the aruco_ros package (https://github.c

2019-06-30 02:26:09 -0500 asked a question Rviz use last tf (transform) message for creating visualization

Rviz use last tf (transform) message for creating visualization I have a map frame, a camera frame and a robot frame. Th