Notifications
Clear all

CATHI joystick teleoperation

3 Posts
2 Users
2 Likes
654 Views
(@jeffreyjene)
Member
Joined: 4 years ago
Posts: 56
Topic starter  

I did some more work on CATHI this week. Loaded ROS to the Jetson Nano and connected to the motor driver written on the Arduino Mega using rosserial-arduino library. I used the Joy library to get the joystick input. I wrote and published a python node that posts data from the XBOX joystick to the cmd-vel topic which the Arduino subscribes to. It passes a "Twist" message which the Arduino uses to drive the motors. The remote machine is my Ubuntu desktop and I'm logged into the Jetson via ssh. Works pretty well, so now on to some OpenCV stuff.

https://www.youtube.com/shorts/SQLaXmpYL3g


   
Duce robot and THRandell reacted
Quote
THRandell
(@thrandell)
Brain Donor
Joined: 3 years ago
Posts: 224
 

Nice!  It spins on a dime.  What do you think the top speed is?

 

Tom

To err is human.
To really foul up, use a computer.


   
ReplyQuote
(@jeffreyjene)
Member
Joined: 4 years ago
Posts: 56
Topic starter  

@thrandell I'm not really sure, I'd have to calculate it. Too fast for the unit though! I have the max speed toned down quite a bit (100 out of 255 I think) and I think I need to set it a bit lower.


   
ReplyQuote