Skip to content

PathFollowingNode

Path Following Node, where the magic happens. More...

#include <PathFollowingNode.h>

Public Functions

Name
PathFollowingNode(ros::NodeHandle * nh, ros::NodeHandle * nh_p)
The constructor of the path following node.
~PathFollowingNode()
The destructor of the path following node (where the subscribers, publishers and services are terminated)

Detailed Description

class PathFollowingNode;

Path Following Node, where the magic happens.

Author:

  • Marcelo Jacinto
  • Joao Quintas
  • Joao Cruz
  • Hung Tuan

Version: 1.0a

Date: 2021

Copyright: MIT

Public Functions Documentation

function PathFollowingNode

PathFollowingNode(
    ros::NodeHandle * nh,
    ros::NodeHandle * nh_p
)

The constructor of the path following node.

Parameters:

  • nh The public ROS node handle
  • nh_p The private ROS node handle
  • nh Public ros node handle
  • nh_p Private ros node handle

The Path Following Node constructor.

function ~PathFollowingNode

~PathFollowingNode()

The destructor of the path following node (where the subscribers, publishers and services are terminated)

Node class destructor.


Updated on 2024-03-07 at 10:30:51 +0000


Last update: March 7, 2024