This repository was archived by the owner on Jan 21, 2018. It is now read-only.
Feature/mbed interface#22
Open
JoshuaBRussell wants to merge 44 commits intodevelopfrom
Open
Conversation
c158261 to
4373978
Compare
…nt, or vice versa
JacobAMason
approved these changes
Dec 20, 2016
Member
JacobAMason
left a comment
There was a problem hiding this comment.
@bgrayd @JoshuaBRussell I'm pretty sure I cleaned this up right. You guys probably want to check and make sure, though, even though travis passed it.
bgrayd
suggested changes
Mar 10, 2017
| Sends low-level commands(scoop, arm, linear velocity, angular velocity) to Mbed over USB. | ||
| Also accepts speed values from Mbed for each wheel, and publishes to the wheel_speed topic. | ||
|
|
||
| This node must be run under su privelages. I've been doing it using sudo su, then the command to run the node. |
Contributor
There was a problem hiding this comment.
If you make a launch file for this, and then on the node tag for this node add 'launch-prefix="sudo -E " ' it will handle the privileges and you won't need to run sudo su first.
Member
|
@JoshuaBRussell Might need to apt-get python-usb. Not all that sure. |
bgrayd
suggested changes
Mar 20, 2017
| <run_depend>rospy</run_depend> | ||
| <run_depend>std_msgs</run_depend> | ||
| <run_depend>joy</run_depend> | ||
| <run_depend>libusb-1.0</run_depend> |
| <run_depend>std_msgs</run_depend> | ||
| <run_depend>joy</run_depend> | ||
| <run_depend>libusb-1.0</run_depend> | ||
| <run_depend>pyusb</run_depend> |
Member
|
@bgrayd Is this PR good to go? |
Author
|
@JacobAMason It is not. I still need to test the config with the MBed itself, and I can't do that until Monday. Also need to test the sudo -E suggestion from Billy |
…2017 into feature_add_launchfile
…SpaceRobotics/robot2017 into feature_add_launchfile Needed for teleop control
…eRobotics/robot2017 into feature/mbed_interface
…le start the joystick_controller
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding node to communicate with the MBed over USB