from this line of code:
ros::Publisher pub = nh.advertise<geometry_msgs::Twist>(“cmd_vel”, 1000);
I’m confused by this:
geometry_msgs::Twist
what is the scopes operator :: for again?
from this line of code:
ros::Publisher pub = nh.advertise<geometry_msgs::Twist>(“cmd_vel”, 1000);
I’m confused by this:
geometry_msgs::Twist
what is the scopes operator :: for again?
Hi @abdelzaro8,
It looks like you are not familiar with C++, but this is not the place to teach it. You can either:
If you are not familiar with either Python or C++, I recommend you start with Python by taking the Python for Robotics course.