Skip to content

Instantly share code, notes, and snippets.

View eborghi10's full-sized avatar
🤖
Making robots! 🇦🇷

Emiliano Borghi eborghi10

🤖
Making robots! 🇦🇷
View GitHub Profile
@eborghi10
eborghi10 / node.py
Created April 22, 2019 04:25
Example script with a control logic to move the iRobot Create 2
#!/usr/bin/env python
import rospy
from ca_msgs.msg import Bumper
from std_msgs.msg import Float32
from geometry_msgs.msg import Twist, Vector3
class MiClase():
def __init__(self):
rospy.init_node("node_name", log_level=rospy.INFO)