jdrew1303 / ros_duckie

An educational self driving car with ROS based on the Duckiebot
1 stars 0 forks source link

Replace startup script with `launch` file #23

Open jdrew1303 opened 5 years ago

jdrew1303 commented 5 years ago

ROS launch files are a much easier way to handle instantiating nodes. They also allow for passing in args and running/configuring third party nodes (like our joystick, camera, lidar, and possibly open loop differential drive).

The dockerfile will need to also be updated.