Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cyclone_config xml to allow ROS2 node remotely communicate with carma-platform ROS2 #216

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

dan-du-car
Copy link
Contributor

@dan-du-car dan-du-car commented Oct 5, 2022

PR Details

Description

Add cyclone_config xml to allow ROS2 node remotely communicate with carma-platform ROS2

Related Issue

usdot-fhwa-stol/cda-telematics#29

Motivation and Context

Data collection

How Has This Been Tested?

Integration testing

Types of changes

  • Defect fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that cause existing functionality to change)

Checklist:

  • I have added any new packages to the sonar-scanner.properties file
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
    CARMA Contributing Guide
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@@ -33,3 +33,6 @@ export CARMA_LOCZ_NS="/localization"

# Namespace of nodes in the web ui stack
export CARMA_UI_NS="/ui"

# configuration of CycloneDDS
export CYCLONEDDS_URI=/opt/carma/maps/cyclone_config.xml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is putting the xml file in /opt/carma/maps. I can see why the prototype might have done that, but it doesn't make a ton of sense long term. Instead put it directly in the config so that it wouldn't need a volume.

Better to add a copy of the xml file for all the vehicles to the config and have that pointed to by the environment variable.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

additionally the change set should be applied to all vehicles

…assenger vehicles' carma configs. Not yet tested on each vehicle.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants