-
Notifications
You must be signed in to change notification settings - Fork 14
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
LiDAR simulation in Gazebo #4
Comments
@tqshao for you to test this with the obstacle_detector package, you will need to complete task 11) and task 9). I started both of these and there is an example of task 11) being done in my AVExamples.jl package. We should add the point_cloud_converter package for doing this conversion, if it is not already in Autoware (need to check). Can you please take care of at least these two tasks from the list above? |
Given this commit TODO items 1,3,4,5,6,7 are complete. It can be tested with:
|
New Feature
This feature will leverage Gazebo to simulate a LiDAR. With that vehicle dynamics will simulated by Chrono
Status
With this commit a HMMWV vehicle is visualized in Gazebo along with an obstacle. By running
Gazebo pops up and the vehicle moves along the y direction past an obstacle while publishing lidar points as
TODO
The text was updated successfully, but these errors were encountered: