Skip to content

Releases: SafeRoboticsLab/ECE346

Lab4: Behavior Cloning

18 Apr 00:54
Compare
Choose a tag to compare
lab4

add lab4

Final Project Task 1

05 Apr 00:05
Compare
Choose a tag to compare
final_project_task_1

add final project task1

Week 4-5: Lab 1 Trajectory Planning using ILQR

21 Feb 19:17
Compare
Choose a tag to compare
lab1

fix bug in control thread

Week 2-3: Lab0 - Intro to ROS

06 Feb 20:32
2afba7d
Compare
Choose a tag to compare
  1. Get familiar with the hardware of the truck:
  • Turn the truck on and off.
  • Remote control of the truck.
  • Replace the battery.
  1. Get familiar with the software interface of the truck:
  • Connect to the truck via SSH.
  • Run the SLAM and controller nodes.
  • Play around with RViz visualization and the QRT control panel.
  1. Learn basic ROS sub/pub:
  • Subscribe to the Odometry topic and publish the control command.
  1. Learn ROS parameter server:
  • Set the parameters from the launch file and command line.
  • Set the parameters from yaml file.
  1. Write a simple P throttle controller and pure pursuit steering controller to reach a goal.

Week1: ROS Tutorial 1

28 Jan 20:52
Compare
Choose a tag to compare

Week1: ROS Tutorial 1

Objectives:

  • Setup Robostack on students' machine
  • Understand the basic ROS concept
  • Able to build and run a provided ROS package