Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ OSGAR was originally developed by [robotika.cz](https://robotika.cz) and has bee

# Applications & Robots

OSGAR has been the core software framework for a variety of robotic platforms and prestigious competitions:
OSGAR has been the core software framework for a variety of robotic platforms and prestigious competitions. See [OSGAR Platforms](osgar/platforms/README.md) for more details.

<img src="http://robotika.cz/competitions/roboorienteering/2016/jd-nav2.jpg" alt="John Deere X300R" width="600">

Expand Down
2 changes: 1 addition & 1 deletion config/bare-skiddy.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
},
"cortexpilot": {
"driver": "osgar.drivers.cortexpilot:Cortexpilot",
"driver": "osgar.platforms.cortexpilot:Cortexpilot",
"in": ["raw", "desired_speed"],
"out": ["raw", "encoders", "emergency_stop", "pose2d", "scan"],
"init": {}
Expand Down
2 changes: 1 addition & 1 deletion config/cortexpilot-no-camera.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
},
"cortexpilot": {
"driver": "osgar.drivers.cortexpilot:Cortexpilot",
"driver": "osgar.platforms.cortexpilot:Cortexpilot",
"in": ["raw", "desired_speed"],
"out": ["raw", "encoders", "emergency_stop", "pose2d", "scan"],
"init": {}
Expand Down
2 changes: 1 addition & 1 deletion config/cortexpilot-only.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"robot": {
"modules": {
"cortexpilot": {
"driver": "osgar.drivers.cortexpilot:Cortexpilot",
"driver": "osgar.platforms.cortexpilot:Cortexpilot",
"in": ["raw", "desired_speed"],
"out": ["raw", "encoders", "emergency_stop", "pose2d", "scan", "orientation", "rotation", "voltage"],
"init": {}
Expand Down
2 changes: 1 addition & 1 deletion config/cortexpilot.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
},
"cortexpilot": {
"driver": "osgar.drivers.cortexpilot:Cortexpilot",
"driver": "osgar.platforms.cortexpilot:Cortexpilot",
"in": ["raw", "desired_speed"],
"out": ["raw", "encoders", "emergency_stop", "pose2d", "scan"],
"init": {}
Expand Down
6 changes: 3 additions & 3 deletions config/deedee-demo.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
}
},
"demo": {
"driver": "osgar.drivers.deedee:Demo",
"driver": "osgar.platforms.deedee:Demo",
"in": ["tick", "pose2d"],
"out": ["desired_speed"]
},
"deedee": {
"driver": "osgar.drivers.deedee:Deedee",
"driver": "osgar.platforms.deedee:Deedee",
"in": ["desired_speed", "info", "tick"],
"out": ["cmd", "pose2d", "emergency_stop", "stdout"],
"init": {}
},
"slip": {
"driver": "osgar.drivers.deedee:Slip",
"driver": "osgar.platforms.deedee:Slip",
"in": ["packet", "raw"],
"out": ["packet", "raw"],
"init": {}
Expand Down
4 changes: 2 additions & 2 deletions config/deedee-subt.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
}
},
"deedee": {
"driver": "osgar.drivers.deedee:Deedee",
"driver": "osgar.platforms.deedee:Deedee",
"in": ["desired_speed", "info", "tick"],
"out": ["cmd", "pose2d", "emergency_stop", "stdout"],
"init": {}
},
"slip": {
"driver": "osgar.drivers.deedee:Slip",
"driver": "osgar.platforms.deedee:Slip",
"in": ["packet", "raw"],
"out": ["packet", "raw"],
"init": {}
Expand Down
2 changes: 1 addition & 1 deletion config/eduro-followme-dual-uwb.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
},
"eduro": {
"driver": "eduro",
"driver": "osgar.platforms.eduro:Eduro",
"in": ["can", "desired_speed"],
"out": ["can", "encoders", "emergency_stop", "pose2d", "buttons"],
"init": {}
Expand Down
2 changes: 1 addition & 1 deletion config/eduro-followme-uwb.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
},
"eduro": {
"driver": "eduro",
"driver": "osgar.platforms.eduro:Eduro",
"in": ["can", "desired_speed"],
"out": ["can", "encoders", "emergency_stop", "pose2d", "buttons"],
"init": {}
Expand Down
2 changes: 1 addition & 1 deletion config/eduro-followme-vanjee.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
},
"eduro": {
"driver": "eduro",
"driver": "osgar.platforms.eduro:Eduro",
"in": ["can", "desired_speed"],
"out": ["can", "encoders", "emergency_stop", "pose2d", "buttons"],
"init": {}
Expand Down
2 changes: 1 addition & 1 deletion config/eduro-followme.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
},
"eduro": {
"driver": "eduro",
"driver": "osgar.platforms.eduro:Eduro",
"in": ["can", "desired_speed"],
"out": ["can", "encoders", "emergency_stop", "pose2d", "buttons"],
"init": {}
Expand Down
2 changes: 1 addition & 1 deletion config/eduro-followpath.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
},
"eduro": {
"driver": "eduro",
"driver": "osgar.platforms.eduro:Eduro",
"in": ["can", "desired_speed"],
"out": ["can", "encoders", "emergency_stop", "pose2d", "buttons"],
"init": {}
Expand Down
2 changes: 1 addition & 1 deletion config/eduro-go-vanjee.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
},
"eduro": {
"driver": "eduro",
"driver": "osgar.platforms.eduro:Eduro",
"in": ["can", "desired_speed"],
"out": ["can", "encoders", "emergency_stop", "pose2d", "buttons"],
"init": {}
Expand Down
2 changes: 1 addition & 1 deletion config/eduro-go.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
},
"eduro": {
"driver": "eduro",
"driver": "osgar.platforms.eduro:Eduro",
"in": ["can", "desired_speed"],
"out": ["can", "encoders", "emergency_stop", "pose2d", "buttons"],
"init": {}
Expand Down
2 changes: 1 addition & 1 deletion config/eduro-ro2019-lord.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
},
"eduro": {
"driver": "eduro",
"driver": "osgar.platforms.eduro:Eduro",
"in": ["slot_can", "slot_desired_speed"],
"out": ["can", "encoders", "emergency_stop", "pose2d", "buttons", "voltage"],
"init": {}
Expand Down
2 changes: 1 addition & 1 deletion config/eduro-ro2019.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
},
"eduro": {
"driver": "eduro",
"driver": "osgar.platforms.eduro:Eduro",
"in": ["slot_can", "slot_desired_speed"],
"out": ["can", "encoders", "emergency_stop", "pose2d", "buttons", "voltage"],
"init": {}
Expand Down
2 changes: 1 addition & 1 deletion config/eduro-subt-estop-lora-wifi-jetson.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}
},
"eduro": {
"driver": "eduro",
"driver": "osgar.platforms.eduro:Eduro",
"in": ["slot_can", "slot_desired_speed"],
"out": ["can", "encoders", "emergency_stop", "pose2d", "buttons", "voltage"],
"init": {}
Expand Down
2 changes: 1 addition & 1 deletion config/eduro-subt-estop-lora-wifi.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}
},
"eduro": {
"driver": "eduro",
"driver": "osgar.platforms.eduro:Eduro",
"in": ["slot_can", "slot_desired_speed"],
"out": ["can", "encoders", "emergency_stop", "pose2d", "buttons", "voltage"],
"init": {}
Expand Down
2 changes: 1 addition & 1 deletion config/eduro-subt-estop-lora.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}
},
"eduro": {
"driver": "eduro",
"driver": "osgar.platforms.eduro:Eduro",
"in": ["slot_can", "slot_desired_speed"],
"out": ["can", "encoders", "emergency_stop", "pose2d", "buttons", "voltage"],
"init": {}
Expand Down
2 changes: 1 addition & 1 deletion config/eduro-subt-estop.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}
},
"eduro": {
"driver": "eduro",
"driver": "osgar.platforms.eduro:Eduro",
"in": ["slot_can", "slot_desired_speed"],
"out": ["can", "encoders", "emergency_stop", "pose2d", "buttons", "voltage"],
"init": {}
Expand Down
2 changes: 1 addition & 1 deletion config/eduro-subt.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}
},
"eduro": {
"driver": "eduro",
"driver": "osgar.platforms.eduro:Eduro",
"in": ["slot_can", "slot_desired_speed"],
"out": ["can", "encoders", "emergency_stop", "pose2d", "buttons", "voltage"],
"init": {}
Expand Down
2 changes: 1 addition & 1 deletion config/eduro-two-lidars.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
},
"eduro": {
"driver": "eduro",
"driver": "osgar.platforms.eduro:Eduro",
"in": ["can", "desired_speed"],
"out": ["can", "encoders", "emergency_stop", "pose2d", "buttons"],
"init": {}
Expand Down
2 changes: 1 addition & 1 deletion config/eduro.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
},
"eduro": {
"driver": "eduro",
"driver": "osgar.platforms.eduro:Eduro",
"in": ["can", "desired_speed"],
"out": ["can", "encoders", "emergency_stop", "pose2d", "buttons"],
"init": {}
Expand Down
2 changes: 1 addition & 1 deletion config/kloubak-slot.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
},
"kloubak": {
"driver": "kloubak",
"driver": "osgar.platforms.kloubak:RobotKloubak",
"in": ["slot_can", "slot_desired_speed"],
"out": ["can", "encoders", "emergency_stop", "pose2d"],
"init": {}
Expand Down
2 changes: 1 addition & 1 deletion config/kloubak2-subt-estop-lora-jetson.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"kloubak": {
"driver": "kloubak",
"driver": "osgar.platforms.kloubak:RobotKloubak",
"in": ["slot_can", "slot_desired_speed"],
"out": ["can", "encoders", "emergency_stop", "pose2d",
"bumpers_front", "bumpers_rear",
Expand Down
2 changes: 1 addition & 1 deletion config/kloubak2-subt-estop-lora.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
}
},
"kloubak": {
"driver": "kloubak",
"driver": "osgar.platforms.kloubak:RobotKloubak",
"in": ["slot_can", "slot_desired_speed"],
"out": ["can", "encoders", "emergency_stop", "pose2d",
"bumpers_front", "bumpers_rear",
Expand Down
2 changes: 1 addition & 1 deletion config/kloubak3-no-sensors.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
},
"kloubak": {
"driver": "kloubak",
"driver": "osgar.platforms.kloubak:RobotKloubak",
"in": ["slot_can", "slot_desired_speed"],
"out": ["can", "encoders", "emergency_stop", "pose2d"],
"init": {
Expand Down
2 changes: 1 addition & 1 deletion config/kloubak3-subt-estop-lora-jetson.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
},
"kloubak": {
"driver": "kloubak",
"driver": "osgar.platforms.kloubak:RobotKloubak",
"in": ["slot_can", "slot_desired_speed"],
"out": ["can", "encoders", "emergency_stop", "pose2d",
"bumpers_front", "bumpers_rear",
Expand Down
2 changes: 1 addition & 1 deletion config/kloubak3-subt-estop-lora.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}
},
"kloubak": {
"driver": "kloubak",
"driver": "osgar.platforms.kloubak:RobotKloubak",
"in": ["slot_can", "slot_desired_speed"],
"out": ["can", "encoders", "emergency_stop", "pose2d",
"bumpers_front", "bumpers_rear",
Expand Down
2 changes: 1 addition & 1 deletion config/maria-ros.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"init": {"port": "/dev/lora", "speed": 115200}
},
"maria": {
"driver": "maria",
"driver": "osgar.platforms.maria:RobotMaria",
"in": ["desired_speed", "raw"],
"out": ["emergency_stop", "pose2d", "raw", "encoders"],
"init": {}
Expand Down
2 changes: 1 addition & 1 deletion config/maria.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
},
"maria": {
"driver": "maria",
"driver": "osgar.platforms.maria:RobotMaria",
"in": ["desired_speed", "raw"],
"out": ["emergency_stop", "pose2d", "raw", "encoders"],
"init": {}
Expand Down
2 changes: 1 addition & 1 deletion config/pcan-kloubak.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
},
"kloubak": {
"driver": "kloubak",
"driver": "osgar.platforms.kloubak:RobotKloubak",
"in": ["can", "desired_speed"],
"out": ["can", "encoders", "emergency_stop", "pose2d"],
"init": {}
Expand Down
2 changes: 1 addition & 1 deletion config/ro2018-simulation.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"init": {}
},
"spider": {
"driver": "simulator",
"driver": "osgar.drivers.simulator:SpiderSimulator",
"in": ["move"],
"out": ["position", "orientation", "status"],
"init": {
Expand Down
2 changes: 1 addition & 1 deletion config/ro2018-spider-gps-imu.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"init": {"port": "/dev/ttyUSB0", "speed": 115200}
},
"spider": {
"driver": "spider",
"driver": "osgar.platforms.spider:Spider",
"in": ["raw"],
"out": ["can", "status"],
"init": {}
Expand Down
2 changes: 1 addition & 1 deletion config/robik-subt-estop.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}
},
"cortexpilot": {
"driver": "cortexpilot",
"driver": "osgar.platforms.cortexpilot:Cortexpilot",
"in": ["raw", "desired_speed"],
"out": ["raw", "encoders", "emergency_stop", "pose2d", "scan", "orientation", "rotation", "voltage"],
"init": {}
Expand Down
2 changes: 1 addition & 1 deletion config/skiddy-subt.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
},
"cortexpilot": {
"driver": "osgar.drivers.cortexpilot:Cortexpilot",
"driver": "osgar.platforms.cortexpilot:Cortexpilot",
"in": ["raw", "desired_speed"],
"out": ["raw", "encoders", "emergency_stop", "pose2d", "scan"],
"init": {}
Expand Down
2 changes: 1 addition & 1 deletion config/spider-camera.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
},
"spider": {
"driver": "spider",
"driver": "osgar.platforms.spider:Spider",
"in": ["can", "move"],
"out": ["can"],
"init": {}
Expand Down
2 changes: 1 addition & 1 deletion config/spider-rtk.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
},
"spider": {
"driver": "spider",
"driver": "osgar.platforms.spider:Spider",
"in": ["can", "move"],
"out": ["can"],
"init": {}
Expand Down
2 changes: 1 addition & 1 deletion config/spider-velodyne.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
},
"spider": {
"driver": "spider",
"driver": "osgar.platforms.spider:Spider",
"in": ["can", "move"],
"out": ["can"],
"init": {}
Expand Down
2 changes: 1 addition & 1 deletion config/spider.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
},
"spider": {
"driver": "spider",
"driver": "osgar.platforms.spider:Spider",
"in": ["can", "move"],
"out": ["can"],
"init": {}
Expand Down
2 changes: 1 addition & 1 deletion config/test-robik.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"init": {"port": "/dev/ttyACM0", "speed": 115200}
},
"cortexpilot": {
"driver": "cortexpilot",
"driver": "osgar.platforms.cortexpilot:Cortexpilot",
"in": ["raw", "desired_speed"],
"out": ["raw", "encoders", "emergency_stop", "pose2d", "scan", "orientation", "rotation", "voltage"],
"init": {}
Expand Down
2 changes: 1 addition & 1 deletion config/test-spider-gps-imu.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"init": {"port": "/dev/ttyUSB0", "speed": 115200}
},
"spider": {
"driver": "spider",
"driver": "osgar.platforms.spider:Spider",
"in": ["raw"],
"out": ["can"],
"init": {}
Expand Down
Loading
Loading