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

Fjara's profile - activity

2019-04-07 22:50:25 -0500 received badge  Famous Question (source)
2018-06-21 11:05:44 -0500 received badge  Notable Question (source)
2018-06-12 09:27:39 -0500 received badge  Popular Question (source)
2018-06-12 09:23:02 -0500 edited question KUKA YOUBOT - youbot_keyboard_teleop.py

KUKA YOUBOT - youbot_keyboard_teleop.py Hi, When i run youbot_keyboard_teleop I can't move my KUKA with keyboard (nothi

2018-06-12 09:14:03 -0500 commented question KUKA YOUBOT - youbot_keyboard_teleop.py

Yeah sorry, but my colleague leaves me on my own so i'm lost because i'm new at youbot and ROS.

2018-06-12 09:11:35 -0500 edited question KUKA YOUBOT - youbot_keyboard_teleop.py

KUKA YOUBOT - youbot_keyboard_teleop.py Hi, When i run youbot_keyboard_teleop I can't move my KUKA with keyboard (nothi

2018-06-12 04:28:04 -0500 edited question KUKA YOUBOT - youbot_keyboard_teleop.py

KUKA YOUBOT - youbot_keyboard_teleop.py Hi, When i run youbot_keyboard_teleop I can't move my KUKA with keyboard (nothi

2018-06-12 04:22:09 -0500 commented question KUKA YOUBOT - youbot_keyboard_teleop.py

Sorry , i edited.

2018-06-12 04:08:04 -0500 received badge  Editor (source)
2018-06-12 04:08:04 -0500 edited question KUKA YOUBOT - youbot_keyboard_teleop.py

KUKA YOUBOT - youbot_keyboard_teleop.py Hi, When i run youbot_keyboard_teleop I can't move my KUKA with keyboard (nothi

2018-06-12 03:52:31 -0500 commented question KUKA YOUBOT - youbot_keyboard_teleop.py

Maybe because of these warnings ? https://scontent-cdg2-1.xx.fbcdn.net/v/t1.15752-9/s2048x2048/35067572_188191956182879

2018-06-12 03:30:38 -0500 asked a question KUKA YOUBOT - youbot_keyboard_teleop.py

KUKA YOUBOT - youbot_keyboard_teleop.py Hi, When i run youbot_keyboard_teleop I can't move my KUKA with keyboard (nothi

2018-05-31 02:54:41 -0500 marked best answer How could I use "ROS" commands in a bash file ?

Hey ! First, i'm sorry for my english , i don't use translator and i'm not really good at.

Let me explain my problem : I want to use "PuTTY" via Windows' terminal (to connect to linux) with the arguments "-m" and a file .txt This file will be read by PuTTY and execute line by line the commands. But there's a problem , every linux' commands works, but "catkin_make" or "rosrun" it wrote :

bash: line 2: catkin_make: command not found

per exemple

However , i can use it manually via PuTTY

How can I use ROS commands in a bash file ?

Thanks.

2018-05-31 02:54:41 -0500 received badge  Scholar (source)
2018-05-31 02:50:08 -0500 commented answer How could I use "ROS" commands in a bash file ?

Well , awesome it worked ! Thanks a lot @gvdhoorn , i understand my mistake here. /devel/setup.bash is /home/path

2018-05-31 02:42:56 -0500 received badge  Supporter (source)
2018-05-28 10:09:01 -0500 commented answer How could I use "ROS" commands in a bash file ?

I'll try when i got the robot back :)

2018-05-28 06:58:55 -0500 commented answer How could I use "ROS" commands in a bash file ?

Should i use ben_catkin_ws devel ?

2018-05-28 06:58:55 -0500 received badge  Commentator
2018-05-25 11:00:15 -0500 commented answer How could I use "ROS" commands in a bash file ?

i did : #!/bin/bash cd Ben_catkin_ws source /opt/ros/hydro/setup.bash 2> erreurs.log source

2018-05-25 10:59:59 -0500 commented answer How could I use "ROS" commands in a bash file ?

!/bin/bash cd Ben_catkin_ws source /opt/ros/hydro/setup.bash 2> erreurs.log source /devel/setup.bash

2018-05-25 10:59:48 -0500 commented answer How could I use "ROS" commands in a bash file ?

!/bin/bash cd Ben_catkin_ws source /opt/ros/hydro/setup.bash 2> erreurs.log source /devel/setup.bash rosrun hello_wo

2018-05-25 10:59:40 -0500 commented answer How could I use "ROS" commands in a bash file ?

(ah and yes , i use kinetic for test , and hydro on the robot)

2018-05-25 10:59:18 -0500 commented answer How could I use "ROS" commands in a bash file ?

!/bin/bash cd Ben_catkin_ws source /opt/ros/hydro/setup.bash 2> erreurs.log source /devel/setup.bash rosrun hello_wo

2018-05-25 10:29:59 -0500 commented answer How could I use "ROS" commands in a bash file ?

Like that catkin_make works but as you said earlier , rosrun : [rospack] Error: stack/package hello_world_demo not fou

2018-05-25 09:49:02 -0500 commented answer How could I use "ROS" commands in a bash file ?

I used : #!/bin/bash cd catkin_ws /opt/ros/kinetic/bin/catkin_make 2>> erreurs.log

2018-05-25 09:46:41 -0500 commented answer How could I use "ROS" commands in a bash file ?

hey , so with the source : /opt/ros/kinetic/bin/catkin_make Traceback (most recent call last): File "/opt/ros/kin

2018-05-25 04:59:38 -0500 received badge  Famous Question (source)
2018-05-25 03:07:32 -0500 commented answer How could I use "ROS" commands in a bash file ?

Thanks for your answers ! I'll make some tests and i'll come back

2018-05-25 02:39:09 -0500 commented answer How could I use "ROS" commands in a bash file ?

Well , isn't enough if we sourced it in the .bashrc ? I will try to get some infos about the -m so ! :)

2018-05-25 02:33:54 -0500 commented answer How could I use "ROS" commands in a bash file ?

@gvdhoorn so what do you recommand me ? It's my mate who had installed all the things , and I need to wait him to make

2018-05-24 08:13:33 -0500 edited question How could I use "ROS" commands in a bash file ?

How could I use "ROS" commands in a bash file ? Hey ! First, i'm sorry for my english , i don't use translator and i'm n

2018-05-24 07:56:45 -0500 received badge  Notable Question (source)
2018-05-24 02:24:54 -0500 commented answer How could I use "ROS" commands in a bash file ?

Thanks for the quick answer, i'll try it as fast as i can !

2018-05-23 15:37:41 -0500 received badge  Popular Question (source)
2018-05-23 11:14:05 -0500 asked a question How could I use "ROS" commands in a bash file ?

How could I use "ROS" commands in a bash file ? Hey ! First, i'm sorry for my english , i don't use translator and i'm n