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

error in "Non-ROS Installation" of ROSJAVA

asked 2013-12-01 15:12:10 -0500

Lunbo gravatar image

updated 2013-12-01 20:26:23 -0500

tfoote gravatar image

I followed the instruction here rosjava.github.io/rosjava_core/latest/installing.html
and I failed at this command line at Non-ROS installation :

git checkout -b hydro origin/hydro

the error is:
Fatal: not a git repository (or any of the parent directories) .git

Can anybody help me with this? I just want to set up the developing environment of rosjava for Android.
I have installed ROS hydro on Ubuntu 12.04. Thanks!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2013-12-06 11:38:24 -0500

drmorbius gravatar image

updated 2013-12-06 11:49:16 -0500

The documentation is missing one step. The sequence should be:

git clone <censored*>://github.com/rosjava/rosjava_core
cd rosjava_core
git checkout -b hydro origin/hydro
  • Removed the 'https' prefix from the url to avoid display problems.
edit flag offensive delete link more

Comments

1

Bugfixed the docs...thanks.

Daniel Stonier gravatar image Daniel Stonier  ( 2013-12-07 14:49:52 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2013-12-01 15:12:10 -0500

Seen: 166 times

Last updated: Dec 06 '13