-
## Summary
Replace rosserial with a simple custom serial protocol (probably CSV) and a corresponding Python ROS node that knows how to interpret the protocol and publish the result to ROS topics.
…
-
I have noticed in the various releases (now in 1.9.0) that the quad drifts back and to the right. I had seem this before upgrading and it took awhole lot of trim to get it to stay still. Even after …
-
@martinbudden @gke After seeing many reports of YSTTM reports beginning to appear in the rcgroups thread I retested BF 3.2.1 on my yaw spin rig and found that the slew filter that deals with gyro over…
-
I followed the instructions in the Unity Hello AR example, installed the latest ARCore service, but it never tracks any surfaces. Gets stuck at "Searching For Surfaces". (The Hello AR Java example wor…
odbol updated
6 years ago
-
I have another item to submit to $TOSROOT/apps/
The TOSSERV centralized TOSSIM service was developed in order to surmount the problems sustaining Policy IDE development in the antiquated environment …
-
In our industrial/scientific application, we have a need for allowing a user to configure an arbitrary floating point value acquired via digital acquisition (DAQ) into a unit of measure that they spec…
-
State needs to be managed effectively in order to achieve the following objectives:
- [ ] Freeze and thaw flight state to save/reload flight configuration
- [ ] Track mutation events triggered by simu…
-
Adding accelerometer values (G-Force in X, Y, Z along with tilt, roll and pitch angles) will make the app usable for multi purposes.
-
When opening sensor viewer in OPEL Manager, Bluetooth communication with OPEL device seems to fail.
I guess that the failure occurs in Communication FW NIL, since the failure appeared after all the…
-
I have something like the following in my table component:
```
...
...
```
And in my methods:
```
onResize: function() {
console.log("resizing");
}
```
…