Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Z
zero
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nikhil Ambardar
zero
Commits
1ab2e004
Commit
1ab2e004
authored
4 years ago
by
Nikhil Ambardar
Browse files
Options
Downloads
Patches
Plain Diff
Update world.h
parent
4fab3a8b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/datalink/world.h
+9
-3
9 additions, 3 deletions
src/datalink/world.h
with
9 additions
and
3 deletions
src/datalink/world.h
+
9
−
3
View file @
1ab2e004
...
@@ -6,9 +6,15 @@
...
@@ -6,9 +6,15 @@
#define ROBOT_MODELS_W_H
#define ROBOT_MODELS_W_H
class
world
class
world
{
public
:
{
public
:
humanspace
*
a
;
humanspace
*
a
=
new
humanspace
;
abstractobject
*
b1
,
*
b2
;
robot
*
c
;
abstractobject
*
b1
=
new
abstractobject
;
abstractobject
*
b2
=
new
abstractobject
;
robot
*
c
=
new
robot
;
};
};
#endif //ROBOT_MODELS_TEST_H
#endif //ROBOT_MODELS_TEST_H
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment