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

I have found a problem in the Rviz Tutorial [closed]

asked 2021-02-12 06:00:31 -0500

RaresTM gravatar image

updated 2022-03-25 17:35:04 -0500

lucasw gravatar image

In the Rviz Tutorial Markers: Sending Basic Shapes (C++) in the code written for the Notetic Distribution.

At line 18

marker.header.frame_id = "/my_frame";

should be changed to

marker.header.frame_id = "my_frame";

edit retag flag offensive reopen merge delete

Closed for the following reason question is off-topic or not relevant. Please see http://wiki.ros.org/Support for more details. by kscottz
close date 2021-02-12 13:51:07.699086

Comments

2

You're probably right about that change. Perhaps instead of asking a question, it would make sense to submit a PR to the referenced package? Or at least a bug report? https://github.com/ros-visualization/...

jarvisschultz gravatar image jarvisschultz  ( 2021-02-12 10:52:05 -0500 )edit

How would I do that?

RaresTM gravatar image RaresTM  ( 2021-02-13 10:39:07 -0500 )edit

If you wanted to submit a PR to actually make the change in the source code that the wiki pulls from, you'd use the link I posted in my original question and follow GitHub standard procedures for a PR. If you wanted to just report the issue then you could use the Issues tab on the previously-linked repo.

Fundamentally, @kscottz is correct this is not a Q&A issue, it's an issue with the wiki and the wiki needs to be updated. However, in this particular case, the wiki pulls the code directly from the repo I linked. So the way to fix the wiki is to get the change made in that repo.

jarvisschultz gravatar image jarvisschultz  ( 2021-02-15 17:36:43 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2021-02-12 13:50:57 -0500

kscottz gravatar image

You need to update the wiki; this is not the proper place to report this information.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2021-02-12 06:00:31 -0500

Seen: 188 times

Last updated: Feb 12 '21