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

Sending goal to navigation stack using terminal

asked 2021-09-30 14:12:26 -0500

Eman.m gravatar image

Hi

In this page:

http://wiki.ros.org/navigation/Tutori...

it is mentioned that the goal is sent to the navigation stack is either by Rviz or by user code.

Is sending goal using terminal considered as user code? I need to state this in a report.

Thanks,

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2021-09-30 14:26:56 -0500

gvdhoorn gravatar image

Personally I would understand "user code" to mean a Python script or a C++ program or something else written in a programming language.

The terminal would not fall into that category.

It's a bit of a gray area though, as a shell script (which typically uses the same scripting language as your shell understands) would be considered "user code". The difference would be that you'd not be typing it interactively at the terminal prompt.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2021-09-30 14:12:26 -0500

Seen: 120 times

Last updated: Sep 30 '21