Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Simon Markus Haller-Seeber
minibot
Commits
4a2a2f66
Commit
4a2a2f66
authored
Aug 19, 2021
by
Simon Markus Haller-Seeber
Browse files
Update TODO.md
parent
63b63785
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
15 deletions
+3
-15
docs/note.md
docs/note.md
+3
-15
No files found.
docs/
TODO
.md
→
docs/
note
.md
View file @
4a2a2f66
# Nvidia Jetson
# Nvidia Jetson Notes
These things are already incooperated into the ansible scripts for generating the nvidia jetson ubuntu 20.04 image.
## To get UART Up and running:
...
...
@@ -35,17 +37,3 @@ To enter programming mode: With the device unplugged, press and hold the button
Purple: Highest available. In this mode, the trigger will pick the highest power profile the charger advertises
White: Auto-cycle. In this mode, the trigger will cycle through available profiles.
# Controller Stuff
<node name="control_spawner" pkg="controller_manager" type="spawner" respawn="false" output="screen" args="joint_state_controller
joint_motor_controller" />
This launches all four joints at the same time, and SIMULTANEOUSLY publishes velocities to these four joints.
The command initially was:
rostopic pub -1 /WHEEL_JOINT_NAME/command std_msgs/Float64 "data: 10"
I had to repeat this command 4 times for 4 different joints. Now it is the follows. One command for four joints.
rostopic pub -1 /joint_motor_controller/command std_msgs/Float64MultiArray "data: [10, 10, 10, 10]"
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment