You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The purpose of this issue is to create a new node in the boat simulator to generate mock data for publishing to specific topics outside the simulator's scope, such as desired_heading and sail_trim_tab_angle. This functionality will help with integration testing by providing necessary information to components like the low-level control node without having to run other nodes such as pathfinding.
Description
Develop the ROS node within boat_simulator/nodes. Refer to the following resources for guidance on creating a node:
Purpose
The purpose of this issue is to create a new node in the boat simulator to generate mock data for publishing to specific topics outside the simulator's scope, such as
desired_heading
andsail_trim_tab_angle
. This functionality will help with integration testing by providing necessary information to components like the low-level control node without having to run other nodes such as pathfinding.Description
boat_simulator/nodes
. Refer to the following resources for guidance on creating a node:Testing
The text was updated successfully, but these errors were encountered: