aerostack2: Humble
Links
Rosindex
Repository
C++ API
Aerostack2
Full C++ API
Namespaces
Classes and Structs
Enums
Functions
Variables
Defines
Typedefs
Directories
Files
Standard Documents
PACKAGE
CHANGELOG
Changelog for package aerostack2
1.1.3 (2025-07-23)
1.1.2 (2024-08-22)
1.1.1 (2024-08-20)
1.1.0 (2024-08-08)
1.0.9 (2024-03-25)
1.0.8 (2024-02-12)
1.0.7 (2024-02-04)
1.0.6 (2023-12-12)
1.0.5 (2023-11-08)
1.0.4 (2023-08-23)
1.0.3 (2023-08-22)
1.0.2 (2023-08-17)
1.0.1 (2023-04-25)
1.0.0 (2023-03-18)
0.2.2 (2022-12-20)
0.2.1 (2022-12-19)
0.2.0 (2022-07-22)
0.1.0 (2022-05-13)
ROS Package Dependencies
as2_alphanumeric_viewer
as2_behavior
as2_behaviors_motion
as2_behaviors_path_planning
as2_behaviors_perception
as2_behaviors_platform
as2_behaviors_trajectory_generation
as2_behavior_tree
as2_cli
as2_core
as2_external_object_to_tf
as2_gazebo_assets
as2_geozones
as2_keyboard_teleoperation
as2_map_server
as2_motion_controller
as2_motion_reference_handlers
as2_msgs
as2_platform_gazebo
as2_platform_multirotor_simulator
as2_python_api
as2_realsense_interface
as2_rviz_plugins
as2_state_estimator
as2_usb_camera_interface
as2_visualization
Index
aerostack2: Humble
C++ API
Class Node
View page source
Class Node
Defined in
File a_star_algorithm.hpp
Class Documentation
class
Node
Public Functions
inline
Node
(
const
cv
::
Point2i
&
coords
,
const
NodePtr
&
parent_ptr
,
const
cv
::
Point2i
goal
)
inline
cv
::
Point2i
get_coordinates
(
)
const
inline
NodePtr
get_parent
(
)
const
inline
double
get_g_cost
(
)
const
inline
double
get_h_cost
(
)
const
inline
double
get_f_cost
(
)
const
inline
operator
int
(
)
const
inline
double
computeCosts
(
const
cv
::
Point2i
&
goal
)