https://github.com/kk6axq/vcc_bot
My code from the Vision Centric Challenge.
https://github.com/kk6axq/vcc_bot
Last synced: 3 months ago
JSON representation
My code from the Vision Centric Challenge.
- Host: GitHub
- URL: https://github.com/kk6axq/vcc_bot
- Owner: kk6axq
- Created: 2016-05-22T18:58:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-29T00:52:47.000Z (almost 9 years ago)
- Last Synced: 2025-01-14T15:20:47.586Z (5 months ago)
- Language: Python
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VCC_Bot
My code from the Vision Centric Challenge.#Installation
Besides the code contained here, this code depends on two packages:
* A modified version of the `robot_upstart` package, available here: https://github.com/kk6axq/robot_upstart/tree/indigo-devel
* The create_autonomy package, available here: https://github.com/AutonomyLab/create_autonomy
Both packages were cloned from the `indigo-devel` branch.
#Robot Upstart
For my use of the serial ports and camera resources, I needed to access dialout and other groups that were assigned to my user.
`robot_upstart` for security reasons, perhaps, uses `setuidguid` to run the ROS launch file as the user, the only disadvantage being that
the process does not inherit the permissions of the user. My solution was to make `sudo` passwordless(VERY risky in normal circumstances)
and to change the `robot_upstart` package to change users to the user and then run the launch file.