Cosi119a - Autonomous Robotics
XXX
XXXX
shortcuts:

Important ActiveRecord methods slides |

Where we delve into some corners of AR that are important to know about

Tour of some interesting AR methods

References

  • 5 must know AR methods

Methods (using Hydra)



Movie.order(:title)

Movie.order(title: :desc)

Movie.select(:title, :director)

Movie.select(:title).distinct

Movie.group(:release_date)

Movie.pluck(:title, :release_date)

More Methods (using ar-tricks-from-video)

    • FINAL DELIVERABLES
    • Autonomous Robotics
    • List of Lectures
    • Homeworks
    • Programming Assignments
    • Readings
    • Weekly Labs
      • Welcome
      • ROS From the top
      • ROS Nodes and Topics
      • Sensing with Lidar
      • How do mobile Robots move?
      • ROS Programming Best Practices
      • ROS Coordinates
      • Perception and Sensors
      • Robot Hardware
      • Project Discussion
      • The almighty TF package
      • Project Discussions
      • How do Robots Localize?
      • Localization in practice
      • Intro to computer Vision
      • Navigating
      • Midterm Exam
      • Fiducials
      • Movebase and Path Planning
      • Finite State Machines
      • Behavior Trees
      • Kalman Filters
      • Final Proects
      • Real World Robotics
      • More Real World Robotics
      • More Real World Robotics - and LAST CLASS!
    • Home Brew Robotics Talk
    • Guide for Teaching Asssistants!
    • References
    • Key Papers in Robotics
    • Cribsheets
    • Book Supplements
    • Cosi119a FAQ
    • The "Big Ideas"
Copyright (2013-2024) R. Pito Salas, rpsalas@brandeis.edu