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

Solmaz's profile - activity

2021-04-13 02:03:19 -0500 received badge  Famous Question (source)
2017-08-14 18:49:04 -0500 marked best answer SSH error when launching nodes on another machine

We added this line to our launch file in order to run a node on another machine:

<machine name="robot" address="robot.dynamic.edu" env-loader="/opt/ros/groovy/env.sh" user="turtlebot"/>

The problem is we get this error:

<a href="http://robot.dynamic.edu">robot.dynamic.edu</a> is not in your SSH known_hosts file.

Please manually:
   ssh <a href="mailto:turtlebot@robot.dynamic.edu">turtlebot@robot.dynamic.edu</a>

then try roslaunching again.

If you wish to configure roslaunch to automatically recognize unknown hosts, please set the environment variable ROSLAUNCH_SSH_UNKNOWN=1

Our environment variable is set to:

#!/usr/bin/env sh
# generated from catkin/cmake/templates/env.sh.in

if [ $# -eq 0 ] ; then
   /bin/echo "Usage: env.sh COMMANDS"
   /bin/echo "Calling env.sh without arguments is not supported anymore. Instead spawn a subshell and source a setup file manually."
   exit 1
else
  . "/opt/ros/groovy/setup.sh"
  exec "$@"
fi
2016-05-05 08:53:20 -0500 received badge  Notable Question (source)
2015-10-09 22:48:04 -0500 received badge  Taxonomist
2015-09-22 12:49:09 -0500 received badge  Popular Question (source)
2015-09-22 12:49:09 -0500 received badge  Famous Question (source)
2015-09-22 12:49:09 -0500 received badge  Notable Question (source)
2015-09-11 15:20:22 -0500 marked best answer include files on remote machine in a launch file (groovy)

Say we have use this to introduce our machine in our launch file

<machine name="Robot" address="localhost" default="true" ros-root="/u/user/ros/ros/" ros-package-path="/u/user/ros/ros-pkg"/>

How can I include a launch file which is on this remote machine (Robot) in my launch file?

2015-09-11 15:19:46 -0500 received badge  Famous Question (source)
2015-05-04 11:26:09 -0500 received badge  Famous Question (source)
2014-11-29 06:00:46 -0500 received badge  Famous Question (source)
2014-07-14 02:34:52 -0500 received badge  Famous Question (source)
2014-05-21 21:21:40 -0500 received badge  Famous Question (source)
2014-04-09 04:19:28 -0500 received badge  Notable Question (source)
2014-03-31 21:45:17 -0500 received badge  Notable Question (source)
2014-03-31 21:45:17 -0500 received badge  Popular Question (source)
2014-03-29 14:11:57 -0500 received badge  Notable Question (source)
2014-03-27 17:54:15 -0500 received badge  Popular Question (source)
2014-03-27 12:10:39 -0500 asked a question overhead camera, what kind works with ROS?

What kind of overhead camera (high precision) do you recommend to purchase for object tracking. Is there any particular kind that works the best with the ROS?

2014-01-28 17:32:31 -0500 marked best answer rosdep update for Fedora

I am configuring a user account on a Fedora machine to use ROS which is installed in the administer account. When I use

$rosdep update

reading in sources list data from /etc/ros/rosdep/sources.list.d ... (couple of lines that I am not allowed to put here, they are online link) Ignore legacy gbpdistro "groovy" Ignore legacy gbpdistro "hydro" Query rosdistro index ... Add distro "groovy" Add distro "hydro" updated cache in /home/solmaz/.ros/rosdep/sources.cache

Then when I try

$ source /opt/ros/grooby/setup.bash

I get

CATKIN_SHELL=bash: Command not found. Illegal variable name.

or when I try

$ export | grep ROS

I get

export: Command not found.

I need help in fixing this. Please explain your solution a bit in detail.

2014-01-28 17:31:23 -0500 marked best answer frame_id for Turtlebot

Is there anywhere that I can get a list of frame_ids (coordinate frames) for Turtlebot? base_link odom kinect ?

2014-01-28 17:30:30 -0500 marked best answer graphic card size for efficient running of Gazebo

How much graph card memory I need to run the Gazebo efficiently? Is 1GB nVidia enough?

2014-01-28 17:30:27 -0500 marked best answer Writing subscriber for turtlebot (C++)

Can anyone help me (maybe already have) writing a simple program to subscribe to TutleBotSensorState and use a callback function to display some of the data, for example temperature.

2014-01-28 17:30:24 -0500 marked best answer Best desktop computer option for ROS

I am planning to buy a new desktop specifically to use ROS and Turtlebot application. Is there a best option to go after. It would be nice to have a machine with Ubuntue and perhaps ROS pre-installed and a graphic card that is going to be the best option for Gazebo and rviz.

2014-01-28 17:30:23 -0500 marked best answer Matrix multiplication in ROS CPP

Hi, I would like to write a node that reads data from a file, a vector and a matrix, and as part of the task this node is supposed to preform I need to multiply the vector by the matrix. Is there already a data structure in ROS library that one can use to create vectors and matrices. If so, How does the matrix multiplication is carried out?

2014-01-28 17:26:44 -0500 marked best answer how to set ROS_MASTER_URI to the wireless address instead of IP

I am trying to stablish bi-directional connection between workstation and a netbook of a Turtlebot robot. The netbook uses the school wireless network and I can not get an static IP for it however it is accessible through a wireless address like turtle.dynamic.blabla.edu. The instructions to set the ROS_HOSTNAME and ROS_MASTER_URI are based on using IP address, is ti possible to use wireless name/address instead of IP and if yes, how should I do it?

Thank you

2014-01-28 17:26:25 -0500 marked best answer How to give multiple users on one computer access to run ROS?

I have installed ROS in my home directory as an administer user. When other users, even with admin privilege, try to run ros commands, they receive the command can not be found message. Is there anyway that I give other users access to run ROS using my software?

2014-01-18 02:52:52 -0500 marked best answer how to link to ncurses library in the make file

I would like to link to an external library of C++ ncurses. How I can do this in the make file of ROS? I use Electric.

2014-01-14 03:08:21 -0500 received badge  Famous Question (source)
2013-12-11 05:39:46 -0500 received badge  Notable Question (source)