8#include "rclcpp/rclcpp.hpp"
9#include "std_msgs/msg/float64.hpp"
36 rclcpp::Publisher<std_msgs::msg::Float64>::SharedPtr
test_pub_;
std::chrono::steady_clock::time_point next_loop_time_
void init()
Initialize the simulator node.
InvictaSimParameters params_
std::shared_ptr< VehicleModel > vehicle_model_
rclcpp::TimerBase::SharedPtr simulation_timer_
~InvictaSimNode()=default
Destructor.
void simulation_step()
Perform a single simulation step.
rclcpp::Publisher< std_msgs::msg::Float64 >::SharedPtr test_pub_