Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
sot-pattern-generator
Commits
344dc5a3
Commit
344dc5a3
authored
Aug 17, 2020
by
Olivier Stasse
Browse files
[tests/main] Make constant parameter as constant C++ variables.
parent
fda13dee
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/main.cc
View file @
344dc5a3
...
...
@@ -149,10 +149,10 @@ int main(int, char**) {
oss
<<
talos_reduced_wpg_file
.
rdbuf
();
// Name of the parameter
string
lparameter_name
(
"/robot_description"
);
const
string
lparameter_name
(
"/robot_description"
);
// Model of the robot inside a string.
string
lrobot_description
=
oss
.
str
();
const
string
lrobot_description
=
oss
.
str
();
std
::
shared_ptr
<
std
::
vector
<
std
::
string
>>
alist_of_robots
=
dynamicgraph
::
sot
::
getListOfRobots
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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