-
Our simulator works pretty well, but the tuning isn't quite right and it's a little buggy. There's an open source simulator called 'grSim' that's used by several teams and is pretty good. Switching …
-
The io expander (mcp23017) has 8 inputs and 8 outputs. We need to set up a system to interrupt the mbed when one of the input lines change.
cc @jjones646
-
It was identified at the committee meeting at RoboCup that it is unclear whether a kickoff (or other restart that starts with the ball on the mid-line) that reaches the end of the field constitutes ca…
-
I was running util/arch-setup and while it is installing stylize, it fails with the following error. Python version is 3.6.0. I'll keep playing around with it to see if it's just my machine or somethi…
-
![mazeblacktile](https://user-images.githubusercontent.com/5030127/28237228-b79ed51a-693a-11e7-88db-b07330c7b704.png)
This black tile should make the wall a linear wall and not a floating wall
-
After switching to using gzweb8 as a result of #84, my docker build hangs while creating its second thumbnail. Please see the output below.
This would seem to be the same problem as #43, but I'm un…
-
#312 (with discussion in #289) substantially alters the difficulty and scoring of the Speech and Person Recognition task for DSPL by moving away from 360 degree sound localization (5.3.4.5). This hurt…
-
Right now,
`git checkout e40271418f000f1cce7d423e1af2ae935bc2e31a && make clean all && git checkout master && make`
fails.
This is probably an issue with RRT's or robocup-software's cmake lists,…
-
Not sure if related to #674.
Here's the stack trace from GDB.
```
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff6a5934a in Packet::RadioRx::motor_status (this=0x7fffffffd500, index…
-
# arm
- gripper open./close
- configurations (from param)
- trajectories (from param)
- operational
- send_goal(cart)
- send_joint_goal()
- send_joint_trajectory()
- handover to/from human
- …