Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
loco-3d
timeopt
Commits
663b56e0
Commit
663b56e0
authored
Jan 23, 2019
by
ggory15
Browse files
update readme
parent
68c9cc46
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
663b56e0
...
...
@@ -2,27 +2,27 @@
This is module of time-optimization by B. Ponton for using HPP.
-
Install Procedure
To use this in Ubuntu 14.04 and 16.04
To use this in Ubuntu 14.04 and 16.04
(1) Download and intstall the original time-optimization.
```
git clone https://git-amd.tuebingen.mpg.de/bponton/timeoptimization
cd timeoptimization
./src/catkin/third_party/catkin/bin/catkin_make
source ./devel/setup.bash
```
(2) Download and intstall the python binding module for time-optimization
```
git clone https://github.com/ggory15/timeopt --recursive
make timeopt.install
To complie this, the binary of the original time-optimization of step#1 is required.
(In Cmakelists, you can see ADD_REQUIRED_DEPENDENCY("momentumopt"))
```
(3) Run Script
(1) Download and intstall the original time-optimization.
```
git clone https://git-amd.tuebingen.mpg.de/bponton/timeoptimization
cd timeoptimization
./src/catkin/third_party/catkin/bin/catkin_make
source ./devel/setup.bash
```
(2) Download and intstall the python binding module for time-optimization
```
git clone https://github.com/ggory15/timeopt --recursive
make timeopt.install
To complie this, the binary of the original time-optimization of step#1 is required.
(In Cmakelists, you can see ADD_REQUIRED_DEPENDENCY("momentumopt"))
```
(3) Run Script
```
ipython /script/biding_test.py
```
ipython /script/biding_test.py
```
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment