ROS windows crash while getting NodeHandler
Hi,
I've got a trouble using ROS in Windows :(. I'm with the publisher and subscriber tutorial in windows. I compiled it fine but while executing it, it crash due to an access violation...
If I execute it with out executing in a console "roscore" it says that cant connect to master
So then I tried with roscore (As I read, it's always necessary). But then I get the access violation inside the line: "ros::NodeHandle n;"
If I debugged inside i got that crash in the line "initRemappings(remappings);"
Can anyone helps me?
Thanks in advance!!