Skip to content

Commit e57cac6

Browse files
Tutorial Feature Development (#1298)
2 parents 407dac2 + 279ca41 commit e57cac6

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

tutorials/CodeSimulation.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,12 @@ public void autonomousPeriodic() {
203203
}
204204
```
205205

206-
#### Acceleromoter simulation
206+
#### Accelerometer simulation
207+
208+
#### Disclaimer
209+
210+
Accelerometer Simulation is still under development. Check [GH-1234](https://github.com/Autodesk/synthesis/pull/1234) to see the current status.
211+
207212
For detecting impacts, measuring tilt, or monitoring acceleration:
208213

209214
```java
@@ -225,6 +230,10 @@ public void robotPeriodic() {
225230

226231
### Cameras and Vision
227232

233+
#### Disclaimer
234+
235+
Camera Simulation is still under development. Check [GH-1250](https://github.com/Autodesk/synthesis/pull/1250) to see the current status.
236+
228237
**Camera simulation** in Synthesis uses a WebSocket bridge to stream real-time 3D rendered frames from the simulator to your robot code. The example code allows camera stream in Shuffleboard:
229238

230239
```java

0 commit comments

Comments
 (0)