Skip to content

Commit 67d7d5c

Browse files
authored
Test code clean up (AtsushiSakai#456)
* Test code clean up * Test code clean up * Test code clean up * Test code clean up * Test code clean up * Test code clean up * Test code clean up * Test code clean up * Test code clean up * Test code clean up * Test code clean up * Test code clean up * Test code clean up * Test code clean up * Test code clean up * Test code clean up * Test code clean up * Test code clean up * Test code clean up * Test code clean up * Test code clean up * Test code clean up * Test code clean up * Test code clean up * Test code clean up
1 parent 8861977 commit 67d7d5c

File tree

88 files changed

+850
-1310
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+850
-1310
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import os
2+
import sys
3+
4+
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import sys
2+
import os
3+
sys.path.append(os.path.dirname(os.path.abspath(__file__)))

ArmNavigation/n_joint_arm_to_point_control/n_joint_arm_to_point_control.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"""
77
import numpy as np
88

9-
from NLinkArm import NLinkArm
9+
from ArmNavigation.n_joint_arm_to_point_control.NLinkArm import NLinkArm
1010

1111
# Simulation parameters
1212
Kp = 2
File renamed without changes.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 Atsushi Sakai
3+
Copyright (c) 2016 - 2021 Atsushi Sakai
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Localization/__init__.py

Whitespace-only changes.

Mapping/__init__.py

Whitespace-only changes.

Mapping/grid_map_lib/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)