fix: deprecated tag <ray>, use <lidar> instead#676
fix: deprecated tag <ray>, use <lidar> instead#676SteveMacenski merged 1 commit intoros-navigation:masterfrom
<ray>, use <lidar> instead#676Conversation
SteveMacenski
left a comment
There was a problem hiding this comment.
Is there a depreciation warning? What was the issue that you ran into?
Please sign off your commit with DCO and we can merge!
Signed-off-by: vangasse <vangasse@ic.ufal.br>
|
Hi everyone, Just wanted to clarify that the tag in Gazebo does still work as intended—I likely made an unrelated mistake elsewhere in the tutorial and fixed it without realizing. While "lidar" is indeed the preferred as "ray" is considered legacy, "ray" remains functional and serves the tutorial’s purpose well. As a bonus, it maintains backward compatibility with older Gazebo environments. Since the legacy version remains fully functional, I’ll leave it to the reviewer’s discretion whether to adopt this update or maintain the current implementation. Happy to adjust either way! Thanks for the attention. |
|
Thanks for the info! Merged! |
While working with Gazebo Harmonic, I encountered an issue where the "ray" tag no longer seems to function as expected. After some troubleshooting, I found out by looking at the TurtleBot3 project that the documentation is currently outdated and replacing "ray" with "lidar" resolved the problem.