- ros-humble
- gazebo-11
- plugin to emulate thruster force on spacecraft
- one plugin "instance" for each thruster block (2D thruster)
colcon build --symlink-install
ros2 launch spacecraft spacecraft.launch.py
ros2 topic pub --once /spacecraft/thruster/right spacecraft_msgs/msg/ThrustCommand '{direction_selection: {x: 0, y: -1, z: 100}, duration: {sec: 0, nanosec: 200000000}}'
