RSE2107A Systems Engineering Project


C++ API

    Table of Contents
  1. Node initialisation
  2. Publishing
  3. Subscribing
  4. Services
  5. Time & Delays
  6. Loops
  7. Extras
  8. Exceptions
  1. Node initialisation
  2. ros::init( <argc>, <argv>, <node_name>, <options>)
    ros::NodeHandle <handle_name>(<namespace>)
  3. Publishing
  4. Subscribing
  5. Services
  6. Time & Delays
  7. Loops
  8. Extras
  9. Exceptions

By: Muhammad Syamim Bin Shamsulbani