No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.0
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/osrf/vehicle_gateway.git
VCS Type git
VCS Version main
Last Updated 2024-07-16
Dev Status UNMAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Multiple vehicle communications for Vehicle Gateway

Additional Links

No additional links.

Maintainers

  • Morgan Quigley

Authors

  • Morgan Quigley

vehicle_gateway_multi

This package will create a bridge between the ROS 2 topic /px4_<vehicle_id>/fmu/out/vehicle_gps_position" and the zenoh key /vehicle_gateway/<vehicle_id>/telemetry.

Test it

Launch the px4_sim_multi.launch.py example from the px4_sim package:

export MULTIROBOT_CONFIG=<path to your workspace>/src/vehicle_gateway/px4_sim/config/multi.yaml
ros2 launch px4_sim px4_sim_multi.launch.py

This launch file will launch a Gazebo simulation with two vehicles: one quadcopter and one vtol both in the same DDS domain id. If you want to use a different DDS domain id you can easily modify this in the multi.yaml file.

Then you should run the ROS 2 <-> Zenoh bridge. Type this for the vehicle one:

# export ROS_DOMAIN_ID=<dds domain id vechile 1>
ros2 run vehicle_gateway_multi vehicle_gateway_multi_bridge <path to your workspace>/src/vehicle_gateway/vehicle_gateway_multi/config/zenoh_all_localhost.json5 1

Type this for the vehicle two:

# export ROS_DOMAIN_ID=<dds domain id vechile 2>
ros2 run vehicle_gateway_multi vehicle_gateway_multi_bridge <path to your workspace>/src/vehicle_gateway/vehicle_gateway_multi/config/zenoh_all_localhost.json5 2

Now we can check that everything is working if we use the following program to subscribe the zenoh key vehicle_gateway/*/telemetry

ros2 run vehicle_gateway_multi vehicle_gateway_multi_bridge_client

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged vehicle_gateway_multi at Robotics Stack Exchange

No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.