ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

yucelokan's profile - activity

2017-02-09 04:35:41 -0500 received badge  Famous Question (source)
2016-12-20 07:16:26 -0500 commented answer MATLAB R2016b ROS Initialization Problem on Windows 10 (rosinit doesn't working)

Is not that enough? It's a topic I created

2016-12-20 06:54:37 -0500 received badge  Self-Learner (source)
2016-12-20 06:54:37 -0500 received badge  Teacher (source)
2016-12-20 06:11:37 -0500 answered a question MATLAB R2015a ROS Initialization Problem

I GOT İT. The language of my computer was Turkish. I solved the problem when I made this English (United States). :) :) You must change the language of your computer..

2016-12-20 06:10:59 -0500 answered a question MATLAB R2016b ROS Initialization Problem on Windows 10 (rosinit doesn't working)

I GOT İT. The language of my computer was Turkish. I solved the problem when I made this English (United States). :) :)

2016-12-20 06:10:55 -0500 commented question MATLAB R2016b ROS Initialization Problem on Windows 10 (rosinit doesn't working)

I GOT İT. The language of my computer was Turkish. I solved the problem when I made this English (United States). :) :)

2016-12-19 06:36:33 -0500 received badge  Notable Question (source)
2016-12-15 11:41:22 -0500 commented question MATLAB R2016b ROS Initialization Problem on Windows 10 (rosinit doesn't working)

How can I contact with them ?

2016-12-14 15:25:37 -0500 received badge  Popular Question (source)
2016-12-14 08:09:52 -0500 asked a question MATLAB R2016b ROS Initialization Problem on Windows 10 (rosinit doesn't working)

I am trying to use newest version of MATLAB R2016b with Robotics System Toolbox. My computer has 64-bit Windows 10 Education OS.

İt's Get Started with ROS

rosinit is working on Mac OS but the same command.

Problem is here:

I tried resolve of all combination on internet. But I didn't resolve this problem.

1- rosinit

2- ros initialization problem

rosinit

Problem is here:

Exception in thread "ROS Executor Thread" org.ros.exception.RosMessageRuntimeException: java.lang.ClassNotFoundException: std_msgs.uint32
    at org.ros.internal.message.definition.MessageDefinitionReflectionProvider.get(MessageDefinitionReflectionProvider.java:66)
    at org.ros.internal.message.Md5Generator.generate(Md5Generator.java:44)
    at org.ros.internal.message.Md5Generator$1.variableValue(Md5Generator.java:61)
    at org.ros.internal.message.definition.MessageDefinitionParser.parseField(MessageDefinitionParser.java:172)
    at org.ros.internal.message.definition.MessageDefinitionParser.parse(MessageDefinitionParser.java:107)
    at org.ros.internal.message.Md5Generator.generateText(Md5Generator.java:86)
    at org.ros.internal.message.Md5Generator.generate(Md5Generator.java:49)
    at org.ros.internal.message.Md5Generator$1.variableValue(Md5Generator.java:61)
    at org.ros.internal.message.definition.MessageDefinitionParser.parseField(MessageDefinitionParser.java:172)
    at org.ros.internal.message.definition.MessageDefinitionParser.parse(MessageDefinitionParser.java:107)
    at org.ros.internal.message.Md5Generator.generateText(Md5Generator.java:86)
    at org.ros.internal.message.Md5Generator.generate(Md5Generator.java:49)
    at org.ros.internal.message.topic.TopicDescriptionFactory.newFromType(TopicDescriptionFactory.java:36)
    at org.ros.internal.node.DefaultNode.newPublisher(DefaultNode.java:280)
    at org.ros.internal.node.RosoutLogger.<init>(RosoutLogger.java:41)
    at org.ros.internal.node.DefaultNode.start(DefaultNode.java:195)
    at org.ros.internal.node.DefaultNode.access$000(DefaultNode.java:90)
    at org.ros.internal.node.DefaultNode$1.run(DefaultNode.java:182)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: std_msgs.uint32
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at org.ros.internal.message.definition.MessageDefinitionReflectionProvider.get(MessageDefinitionReflectionProvider.java:62)
    ... 20 more

Error creating the node /matlab_global_node_70133.
2016-12-14 08:09:51 -0500 answered a question How to solve "Couldn't find an AF_INET address for " problem

MultipleMachines

I had same problem while ı am trying the upper link. I resolved, resolve is here.

open the .bashrc files and add this code.

You'll see those things like that:

export ROS_MASTER_URI=http://localhost (or something like that which is not your ip):11311
export ROS_HOSTNAME=(your machine name)

and you must change it like that:

export ROS_MASTER_URI=http://30.10.21.46:11311
export ROS_HOSTNAME=30.10.21.46

change your ip adress.

2016-12-14 08:09:51 -0500 answered a question the problem Couldn't find an AF_INET address for [localhost] appear in one computer

MultipleMachines

I had same problem while ı am trying the upper link. I resolved, resolve is here.

open the .bashrc files and add this code.

You'll see those things like that:

export ROS_MASTER_URI=http://localhost (or something like that which is not your ip):11311
export ROS_HOSTNAME=(your machine name)

and you must change it like that:

export ROS_MASTER_URI=http://30.10.21.46:11311
export ROS_HOSTNAME=30.10.21.46

change your ip adress.

2016-12-14 08:09:50 -0500 answered a question Couldn't find an AF_INET address for [hostname]

MultipleMachines

I had same problem while ı am trying the upper link. I resolved, resolve is here.

open the .bashrc files and add this code.

You'll see those things like that:

export ROS_MASTER_URI=http://localhost (or something like that which is not your ip):11311
export ROS_HOSTNAME=(your machine name)

and you must change it like that:

export ROS_MASTER_URI=http://30.10.21.46:11311
export ROS_HOSTNAME=30.10.21.46

change your ip adress.