Skip to content

DISCOWER/atmos_fmq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

ATMOS FleetMQ Integration Package

Dependencies

Make sure to have the following dependencies installed in your ROS2 workspace:

Running the Interface with Hardware

After building the workspace, you can run the interface using the following command:

ros2 launch atmos_fmq robot_launch.py namespace:=crackle remote_control:=<true|false> 

NOTE: As of now, only the crackle namespace is supported. The remote_control parameter can be set to true or false depending on whether you want to run the controller from the FMQ operator or locally. If set to false, a PX4-MPC instance will be launched to control the vehicle towards the prescribed setpoint in /{namespace}/px4_mpc/setpoint_pose.

WARNING: The remote_control:=true was not yet tested on hardware.

Running the Interface with Simulation

To run the interface in simulation ensure that you are running the PX4 SITL simulation with crackle namespace. The remaining steps will be the same.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.4%
  • CMake 1.6%