Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
f59fef6
feat: ROS2 complete
ajanani85 Oct 26, 2022
a77520d
feat: humble build
ajanani85 Nov 29, 2022
8ea5bef
feat: messages for depthai
ajanani85 Jan 16, 2023
9c6b383
feat: added PacketMsg.msg
danhennage Feb 8, 2023
60d4b0f
feat: new message types for darknet_ros
ajanani85 Mar 12, 2023
9dc2542
added code for testing action lib
edkoch Apr 3, 2023
cac3178
Merge pull request #66 from AutoModality/GV-129/ros2
danhennage Apr 4, 2023
51d0089
added GPSAsset. Ported from ros1 to ros2
edkoch May 31, 2023
faea817
Merge branch 'GV-129/ros2' of https://github.com/AutoModality/am_msgs…
danhennage May 31, 2023
37b4ae2
feat: Apriltag messages
FarmXDev Sep 19, 2023
0631759
feat: apriltag srv
FarmXDev Sep 20, 2023
13b391e
feat: added field for Apriltag messages
FarmXDev Sep 25, 2023
6735063
feat: added mutiple vfh windows
danhennage Dec 4, 2023
0ebef38
fix: added header back in
danhennage Dec 8, 2023
1580816
pto control draft
FarmXDev Dec 8, 2023
aed923f
added Maneuver msg
marisa07 Dec 12, 2023
6249258
Merge pull request #69 from AutoModality/GV-1550/pto-cv-msg
danhennage Dec 19, 2023
9f78000
added MissionIdArray.msg
FarmXDev Dec 19, 2023
812cf7a
Merge pull request #70 from AutoModality/am_rest_api_msgs
danhennage Dec 20, 2023
a8b60c8
adding AmPilotMissionState.msg
marisa07 Dec 21, 2023
b026263
Merge branch 'ros2' into am_rest_api_msgs
FarmXDev Dec 21, 2023
8c9c3e6
Merge remote-tracking branch 'origin/ros2' into GV-1581/multi_window
FarmXDev Jan 16, 2024
f24aebb
Merge pull request #71 from AutoModality/am_rest_api_msgs
danhennage Jan 17, 2024
07ba6c0
Merge remote-tracking branch 'origin/ros2' into GV-1581/multi_window
FarmXDev Jan 24, 2024
08283db
Merge remote-tracking branch 'origin/ros2' into GV-1581/multi_window
FarmXDev Jan 24, 2024
73a4734
Merge branch 'GV-1581/multi_window' of https://github.com/AutoModalit…
FarmXDev Jan 25, 2024
4b41663
Merge pull request #72 from AutoModality/GV-1581/multi_window
danhennage Jan 25, 2024
d90e6fa
feat: ParameterArray
FarmXDev Mar 14, 2024
d543830
Merge pull request #73 from AutoModality/GV-1981/param_server
ajanani85 Mar 14, 2024
0b31080
added new str array fields for multi node checking
aaryanredkar Jul 26, 2024
5196254
Merge pull request #75 from AutoModality/GV-893
ajanani85 Aug 9, 2024
2000518
Add msg to support am tracker node communications
arubin Sep 10, 2024
60eafb8
Merge pull request #76 from AutoModality/am_tracker_msgs
ajanani85 Sep 16, 2024
9f70c50
AutosteerMotorReport msg
marisa07 Oct 2, 2024
bfa07da
feat: New brain box message to communicate information about errored …
HardikSingh97 Oct 8, 2024
dc46ece
Update am_tracker msg
arubin Oct 8, 2024
65eac06
autosteer motor msgs
marisa07 Oct 9, 2024
176c693
Merging in am_tracker messages during autosteer testing
ianfm Oct 9, 2024
d9e5786
Amir changes to postFeature msg
HardikSingh97 Oct 11, 2024
e77bad9
Merge branch 'hardik/john-deere-integration' into GV-3527/steer-only-…
HardikSingh97 Oct 11, 2024
f944a64
Merge pull request #77 from AutoModality/GV-3527/steer-only-interface…
ajanani85 Nov 8, 2024
ce13f0e
feat: messages for resource-monitor node
ajanani85 Dec 11, 2024
5323909
Merge pull request #78 from AutoModality/GV-3570/resource-monitor-report
ajanani85 Dec 11, 2024
d8b0ed2
Create LICENSE
danhennage Mar 12, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2021 AutoModality, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading
Loading