This website requires JavaScript.
Explore
Help
Sign In
bkinnightskytw
/
conan-recipes
Watch
1
Star
0
Fork
You've already forked conan-recipes
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
52af2e1f21
conan-recipes
/
recipes
/
webots-controller
/
all
/
test_package
/
test_package.cpp
8 lines
105 B
C++
Raw
Blame
History
#
include
<webots/Robot.hpp>
int
main
(
)
{
webots
:
:
Robot
*
robot
=
nullptr
;
(
void
)
robot
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink