Closed lit-af closed 5 years ago
Why do you want to push code into master that you don't even know works? What are you trying to accomplish? You don't need it to be inside the master for it to be tested.
It launches just fine on my computer, but since the node uses a library specific to the Jetson. It can't open the GPIO therefore, it can't publish anything.
@Ludoenso Freeze this branch before testing. So that we're on the same page as to what has been tested? Please advise if there's an other way you'd like me to do that.
@Ludoenso Freeze this branch before testing. So that we're on the same page as to what has been tested? Please advise if there's an other way you'd like me to do that.
The e-stop is just not tested, at least try it on the robot. And also you're still missing code...
It launches just fine on my computer, but since the node uses a library specific to the Jetson. It can't open the GPIO therefore, it can't publish anything.
Right, I thought that if you cannot access the GPIO pin, you would send false. Even tho that not the behaviour that you want, you could of test your publisher by sending false if it can access the pin.
Travail fait : Added a while(ros::ok) loop. Added the latch argument to the estop status publisher #78
Est-ce que ça été testé et comment? : Besoin de tester sur le robot?