-
Notifications
You must be signed in to change notification settings - Fork 779
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Radar and ROS1 #1747
Comments
Last time I checked radar was not working properly. #1530 |
radar is supported, search DetectedRadarObjectData in the code. In RosConversions.cs
as for @MaxandreOgeret comment, we are looking into the issue posted. -edit to swap to the right method LGSVL not Apollo, whoops |
Hi is there some news ? I have the same problem. |
@PveOnly what issue do you have exactly? Velocity is fixed and in the latest release 2021.3 and ROS1 is supported. |
Please post the player log so we can see where the error starts. Also any sensor/bridge configs to see how you set the simulation up. I wonder if the WSL is an issue here but it could be the bridge. Any idea @hadiTab ? |
No problem , here is the Player.log : For the sensor/bridge I used that : with "/radar" as a topics and "radar" as the frame for the radar and "/points_raw" and "velodyne" for the LIDAR on the default Jaguar2015XE For the bridge with WLS I followed your tutorial (#754). I had some issue but I was able to resolve them For the lgsvl_msg required for the radar I built from source because I could not install it with sudo apt: |
The rosbridge terminal output when I launch it : |
Can you clarify what you mean by built from source the lgsvl_msg? What was the issue? |
Thank you I was able to install it with apt ! I installed the melodic ros bridge by following these command : |
We are looking into why the radar is not publishing, hope to have a solution soon |
Thanks ! |
Hi, I am still facing the issue where the /radar_data just gives empty objects. Has there been any resolution to the problem? |
Hi there,
I was wondering if it's possible to use the radar sensor with ROS1. I can see the radar 3D bounding boxes in LGSVL but when I tried "rostopic echo /radar" (/radar is my chosen topic using the Wise interface) the output it's empty. I am using LGSVL 2021.2. Thanks in advance.
The text was updated successfully, but these errors were encountered: