-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to connect to roboRIO w/ GrappleHook #2
Comments
Interesting, usually those troubleshooting steps are sufficient. Let me see if I can reproduce on my side and we can go from there |
Hey @Aieda1l , give this a try: https://github.com/GrappleRobotics/GrappleHook/releases/tag/v25.0.1 It'll require you to add a line of code to your robot code, but should be much more reliable |
Encountering the same problem on a couple Rios, flashed with both 2024 and 2025 firmwares. |
Ah I see, give it a crack now - should be updated |
Issue persists. Running the following code receives the error "Could not instantiate robot au.grapplerobotics.CanBridge!". Updated to 2025.1 image. // Copyright (c) FIRST and other WPILib contributors. package frc.robot; import edu.wpi.first.wpilibj.TimedRobot; /**
/**
/**
/**
/** This function is called periodically during autonomous. */ /** This function is called once when teleop is enabled. */ /** This function is called periodically during operator control. */ /** This function is called once when the robot is disabled. */ /** This function is called periodically when disabled. */ /** This function is called once when test mode is enabled. */ /** This function is called periodically during test mode. */ /** This function is called once when the robot is first started up. */ /** This function is called periodically whilst in simulation. */ |
Thanks @Lawncoder , could you please provide the full stacktrace that you're getting? Also, is that a runtime error or compile-time? |
Nevermine, 2025.0.3 incoming |
Hey folks, give 2025.0.4 a try - seems to be working on my end assuming you have a CAN device connected |
2025.0.4 seems to have improved things. Code no longer crashes with the TCP bridge in the code, and I can connect via Grapplehook once per code push. |
Ok good to hear, I'll work on making that more stable so you can connect more than once per code push |
Hey all, this should be good to go now. I've tested on my side and everything seems to be working great, let us know if you have any troubles. Still requires a line of code in your robot code, but otherwise 25.0.2 should sort you out. https://github.com/GrappleRobotics/GrappleHook/releases/tag/v25.0.2 |
We are unable to connect to our roboRIO 1 via USB w/ GrappleHook. We've received the following error messages:
In terms of troubleshooting we've tried:
ssh admin@172.22.11.2 -t 'frcKillRobot.sh -t'
ssh admin@172.22.11.2 -t 'cat /tmp/grapple-hook-daemon.log'
, this is the output:-bash: cat /tmp/grapple-hook-daemon.log: No such file or directory
Any help would be appreciated!
The text was updated successfully, but these errors were encountered: