feature/multi-robots-types #12

Merged
aqua3 merged 20 commits from feature/multi-robots-types into master 2024-12-05 11:36:57 -04:00
Owner
No description provided.
traverseda added 4 commits 2024-11-23 17:57:42 -04:00
traverseda added 2 commits 2024-11-24 13:15:33 -04:00
traverseda added 1 commit 2024-11-24 15:04:09 -04:00
Use cyclonedds by default
Some checks failed
Build Docs / build (push) Failing after 32s
9fc85c92e6
traverseda added 1 commit 2024-11-27 15:22:35 -04:00
Remove actions tab for now
Some checks failed
Build Docs / build (push) Failing after 37s
9538f37c5b
traverseda added 1 commit 2024-11-27 16:05:13 -04:00
Added camera capture app
Some checks failed
Build Docs / build (push) Failing after 55s
e1ecb7538c
traverseda added 1 commit 2024-11-27 16:35:52 -04:00
Documented custom docker-compose extentions
Some checks failed
Build Docs / build (push) Failing after 46s
b07870936c
traverseda added 1 commit 2024-11-27 16:58:08 -04:00
Better failure handling and frame name for image capture
Some checks failed
Build Docs / build (push) Failing after 47s
f9f17d1f8b
traverseda added 1 commit 2024-11-28 12:28:44 -04:00
Added connection for mission-coordinator
Some checks failed
Build Docs / build (push) Failing after 57s
8c074f7bee
traverseda added 1 commit 2024-11-29 14:07:15 -04:00
Remove gazebo standalone option
Some checks failed
Build Docs / build (push) Failing after 28s
8f49f6cffd
traverseda added 1 commit 2024-11-29 14:19:00 -04:00
Use cycloneDDS and make world name an env var
Some checks failed
Build Docs / build (push) Failing after 1m6s
25bf2267d9
unsalted_salt reviewed 2024-12-04 09:59:38 -04:00
@ -91,3 +118,3 @@
#Ros doesn't like dashes in node names
self.robot_name = f"{self.robot_type}_{self.sysid}".replace("-","_")
self.world_name = "citadel_hill"
self.wold_name = os.environ.get("WORLD_NAME", "citadel_hill")
Member

Not sure if this class variable has any effect in the code, and it has a typo

Not sure if this class variable has any effect in the code, and it has a typo
unsalted_salt reviewed 2024-12-04 11:46:13 -04:00
.env Outdated
@ -7,6 +7,7 @@ MAVROS1_PORT=14561
FDM_PORT_IN=9002
GSTREAMER_UDP_PORT=5600
ROS_MASTER_URI="http://0.0.0.0:11311"
RMW_IMPLEMENTATION=rmw_cyclonedds_cpp
Member

This has no effect

This has no effect
unsalted_salt added 6 commits 2024-12-04 13:20:30 -04:00
aqua3 merged commit 8427059f8a into master 2024-12-05 11:36:57 -04:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Spiri/spiri-sdk#12
No description provided.