-
Notifications
You must be signed in to change notification settings - Fork 12
Update main with SAR code #81
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
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
848ed2c
added cyclone dds config
umdloop-admin 2909a60
updates for gps server
mdurrani808 5bcd82a
testing updates from 3am today
umdloop-admin 446f4b5
Merge branch 'cyclonedds-nav2-2425' of github.com:umdloop/athena-code…
umdloop-admin 7e1e5da
added base config
mdurrani808 b0ad306
Merge branch 'cyclonedds-nav2-2425' of github.com:umdloop/athena-code…
umdloop-admin 23add2c
update nav2 local costmap
umdloop-admin a1ac76b
maybe update config
mdurrani808 b4a0b2c
Merge branch 'cyclonedds-nav2-2425' of github.com:umdloop/athena-code…
umdloop-admin 37750ea
saving some leftover progress
a-cires 02fcef5
Merge branch 'cyclonedds-nav2-2425' of github.com:umdloop/athena-code…
a-cires 68b36b7
fixes from the jetson
umdloop-admin 7128814
Merge branch 'cyclonedds-nav2-2425' of github.com:umdloop/athena-code…
a-cires 9d3dd41
single launch file
umdloop-admin 685fa08
Merge branch 'cyclonedds-nav2-2425' of github.com:umdloop/athena-code…
a-cires cf9a307
Clean up upstream cyclonedds-nav2-2425 branch
mdurrani808 c6fb3ba
Revert nav2_params.yaml to main state
mdurrani808 5ac903a
Respond to adrian comments, update file name, swap CAN IDs
mdurrani808 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| <?xml version="1.0" encoding="UTF-8" ?> | ||
| <CycloneDDS xmlns="https://cdds.io/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://cdds.io/config | ||
| https://raw.githubusercontent.com/eclipse-cyclonedds/cyclonedds/master/etc/cyclonedds.xsd"> | ||
| <Domain Id="any"> | ||
| <General> | ||
| <Interfaces> | ||
| <NetworkInterface name="enP8p1s0"/> | ||
| </Interfaces> | ||
| <AllowMulticast>false</AllowMulticast> | ||
| </General> | ||
| <Discovery> | ||
| <Peers> | ||
| <Peer address="192.168.1.1"/> | ||
| <Peer address="192.168.1.12"/> | ||
| </Peers> | ||
| <ParticipantIndex>auto</ParticipantIndex> | ||
| <MaxAutoParticipantIndex>1000</MaxAutoParticipantIndex> | ||
| </Discovery> | ||
| <Internal> | ||
| <SocketReceiveBufferSize min="10MB"/> | ||
| </Internal> | ||
| </Domain> | ||
| </CycloneDDS> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| <?xml version="1.0" encoding="UTF-8" ?> | ||
| <CycloneDDS xmlns="https://cdds.io/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://cdds.io/config | ||
| https://raw.githubusercontent.com/eclipse-cyclonedds/cyclonedds/master/etc/cyclonedds.xsd"> | ||
| <Domain Id="any"> | ||
| <General> | ||
| <Interfaces> | ||
| <NetworkInterface name="eno1"/> | ||
|
mdurrani808 marked this conversation as resolved.
|
||
| </Interfaces> | ||
| <AllowMulticast>false</AllowMulticast> | ||
| </General> | ||
| <Discovery> | ||
| <Peers> | ||
| <Peer address="192.168.1.12"/> | ||
| <Peer address="192.168.1.1"/> | ||
| </Peers> | ||
| <ParticipantIndex>auto</ParticipantIndex> | ||
| <MaxAutoParticipantIndex>1000</MaxAutoParticipantIndex> | ||
| </Discovery> | ||
| <Internal> | ||
| <SocketReceiveBufferSize min="10MB"/> | ||
| </Internal> | ||
| </Domain> | ||
| </CycloneDDS> | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
src/subsystems/navigation/gps_goal/config/gps_goal_params.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| gps_goal_server: | ||
| ros__parameters: | ||
| origin_lat: 38.42391162772634 | ||
| origin_lon: -110.78490558433397 | ||
| origin_alt: 0.0 | ||
| map_frame: "map" | ||
| robot_frame: "base_link" | ||
| default_position_tolerance: 2.0 | ||
| gps_topic: "gps/fix" | ||
| heading_topic: "heading" |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.