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

kalvik's profile - activity

2019-05-20 02:29:56 -0500 marked best answer Install ROS Kinetic with Anaconda/Miniconda

Hi, I am trying to install ROS Kinetic but I need Anaconda. When I run catkin_make I get the following error

CMake Error at /opt/ros/kinetic/share/catkin/cmake/safe_execute_process.cmake:11 (message):
  execute_process(/home/kalvik/miniconda3/bin/python
  "/opt/ros/kinetic/share/catkin/cmake/parse_package_xml.py"
  "/opt/ros/kinetic/share/catkin/cmake/../package.xml"
  "/home/kalvik/catkin_ws/build/catkin/catkin_generated/version/package.cmake")
  returned error code 1
Call Stack (most recent call first):
  /opt/ros/kinetic/share/catkin/cmake/catkin_package_xml.cmake:63 (safe_execute_process)
  /opt/ros/kinetic/share/catkin/cmake/all.cmake:151 (_catkin_package_xml)
  /opt/ros/kinetic/share/catkin/cmake/catkinConfig.cmake:20 (include)
  CMakeLists.txt:52 (find_package)


-- Configuring incomplete, errors occurred!
See also "/home/kalvik/catkin_ws/build/CMakeFiles/CMakeOutput.log".
See also "/home/kalvik/catkin_ws/build/CMakeFiles/CMakeError.log".
2018-08-16 01:56:14 -0500 received badge  Famous Question (source)
2017-11-27 02:21:30 -0500 marked best answer Multi Machine setup rostopic list works but echo won't

Hi, I am trying to subscribe to a topic on a remote machine from my base machine.When I run rostopic list it works on both systems but when I try rostopic echo for a topic it won't work. My base machine ip -192.168.1.5 (dhcp) remote machine ip - 192.168.1.10 (static) they are connected to the same router and they both have export ROS_MASTER_URI=http://192.168.1.5:11311/ on both machine's bashrc files. And I have ROS_IP=192.168.1.5 on the base and ROS_IP=192.168.1.10 on the remote's bashrc file.When I run ping IP_ADDRESS it works both ways base-remote and remote-base. I ran roscore on the base and ran a publisher on the remote. rostopic list works on both machines but rostopic echo SOME-TOPIC won't work.

2017-11-27 02:21:23 -0500 received badge  Notable Question (source)
2017-08-14 02:14:50 -0500 received badge  Famous Question (source)
2017-07-18 13:34:13 -0500 received badge  Enthusiast
2017-07-11 23:34:31 -0500 commented answer Multi Machine setup rostopic list works but echo won't

I watched your video I used all the tools you explained and looks like everything is fine. So I ran a talker.py on the r

2017-07-11 23:29:58 -0500 commented answer Multi Machine setup rostopic list works but echo won't

I watched your video I used all the tools you explained and looks like everything is fine. So I ran a talker.py on the r

2017-07-11 23:25:36 -0500 received badge  Popular Question (source)
2017-07-11 23:05:58 -0500 commented answer Multi Machine setup rostopic list works but echo won't

Does that mean that the mavros publisher is not publishing properly? I ran talker.py example on the remote system and I

2017-07-11 23:05:01 -0500 commented answer Multi Machine setup rostopic list works but echo won't

Does that mean that the mavros publisher is not publishing properly? I ran talker.py example on the remote system and I

2017-07-11 23:00:08 -0500 commented answer Multi Machine setup rostopic list works but echo won't

Does that mean that the mavros publisher is not publishing properly?

2017-07-11 22:45:52 -0500 commented answer Multi Machine setup rostopic list works but echo won't

figured out the issue its with mavros .I see the publishers with rostopic list but can't subscribe. But when I run the t

2017-07-11 22:36:38 -0500 commented answer Multi Machine setup rostopic list works but echo won't

kalvik@kalvik:~$ rosnode ping -c 4 mavros rosnode: node is [/mavros] pinging /mavros with a timeout of 3.0s xmlrpc reply

2017-07-11 19:29:51 -0500 commented answer Multi Machine setup rostopic list works but echo won't

That's what I did. The base has the ip 192.168.1.5 and that's what ROS_IP is and the remote has 192.168.1.10.Didn't work

2017-07-11 19:20:34 -0500 commented answer Multi Machine setup rostopic list works but echo won't

That's what I did. The base has the ip 192.168.1.5 and that's what ROS_IP is and the remote has 192.168.1.10.Didn't work

2017-07-11 17:26:03 -0500 asked a question Multi Machine setup rostopic list works but echo won't

Multi Machine setup rostopic list works but echo won't Hi, I am trying to subscribe to a topic on a remote machine from

2017-07-05 10:41:11 -0500 received badge  Notable Question (source)
2017-07-05 09:54:10 -0500 received badge  Popular Question (source)
2017-06-08 01:27:29 -0500 asked a question Install ROS Kinetic with Anaconda/Miniconda

Install ROS Kinetic with Anaconda/Miniconda Hi, I am trying to install ROS Kinetic but I need Anaconda. When I run catki

2017-06-08 01:27:29 -0500 asked a question Install ROS with Miniconda/Anaconda

Install ROS with Miniconda/Anaconda I am trying to install ROS Kinetic with Miniconda but when I run catkin_make it fail