Skip to content
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

Spawning vehicles in Carla #2

Open
jruths opened this issue Aug 27, 2024 · 2 comments
Open

Spawning vehicles in Carla #2

jruths opened this issue Aug 27, 2024 · 2 comments
Assignees

Comments

@jruths
Copy link
Contributor

jruths commented Aug 27, 2024

To test many of our perception methods, we need other road users in Carla. Adding this functionality to the carla_interface and making it easy to customize is what this is all about.

@saiperam
Copy link
Contributor

09/16/2024 Update: Spawning Vehicles in CARLA

Status: Delayed - I successfully developed a python script capable of spawning vehicles in CARLA. When this script is running, it displays the spawn-point coordinates, vehicle number, and brake light status (ON or OFF).
Next Steps: - I'm currently working on developing a ROS2 based service for this file in order to integrate vehicle spawning and brake light detection into the broader ROS2 NOVA Navigator system.
Projected Completion: Projected to be completed by September 30.
Update: Successfully able to spawn vehicles at any coordinate in CARLA with brake light statuses (ON or OFF) and their respective vehicle numbers.

@saiperam
Copy link
Contributor

09/23/2024 Update: Spawning Vehicles in CARLA

Status: Completed! - I successfully integrated the current python script as a ROS2 package that can be built using "colcon build" and "ros2 run" commands that automatically spawn vehicles in CARLA. When this script is running, it infinitely displays the spawn-point coordinates, vehicle number, and brake light status (ON or OFF) until terminated by the user.
Next Steps: - I'm waiting for approval by Professor Ruths before merging my pull request.
Projected Completion: Completed!
Update: Completed task with a ROS2 package!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants