#include <invictasim_node.hpp>
|
| void | init () |
| | Initialize the simulator node.
|
| |
| void | simulation_step () |
| | Perform a single simulation step.
|
| |
Definition at line 12 of file invictasim_node.hpp.
◆ InvictaSimNode()
◆ ~InvictaSimNode()
| InvictaSimNode::~InvictaSimNode |
( |
| ) |
|
|
default |
◆ init()
| void InvictaSimNode::init |
( |
| ) |
|
|
private |
◆ simulation_step()
| void InvictaSimNode::simulation_step |
( |
| ) |
|
|
private |
◆ next_loop_time_
| std::chrono::steady_clock::time_point InvictaSimNode::next_loop_time_ |
|
private |
◆ params_
◆ sim_time_
| double InvictaSimNode::sim_time_ |
|
private |
◆ simulation_timer_
| rclcpp::TimerBase::SharedPtr InvictaSimNode::simulation_timer_ |
|
private |
◆ test_pub_
| rclcpp::Publisher<std_msgs::msg::Float64>::SharedPtr InvictaSimNode::test_pub_ |
|
private |
◆ vehicle_model_
| std::shared_ptr<VehicleModel> InvictaSimNode::vehicle_model_ |
|
private |
The documentation for this class was generated from the following files: