File tree 3 files changed +7
-4
lines changed
pick_place/react-components
templates/exercises/pick_place
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
import * as React from "react" ;
2
+ import noImage from "../../assets/img/noImage.png" ;
2
3
3
4
import "./css/GUICanvas.css" ;
4
5
5
- export default function SpecificPickPlace ( ) {
6
+ function SpecificPickPlace ( ) {
6
7
React . useEffect ( ( ) => {
7
8
console . log ( "TestShowScreen subscribing to ['update'] events" ) ;
8
9
const callback = ( message ) => {
@@ -58,4 +59,6 @@ export default function SpecificPickPlace() {
58
59
/>
59
60
</ div >
60
61
) ;
61
- }
62
+ }
63
+
64
+ export default SpecificPickPlace ;
Original file line number Diff line number Diff line change 8
8
{% if deployment %}
9
9
{% react_component exercise/pick_place/PickPlace %}
10
10
{% react_component components/containers/MaterialBox id="exercise-container" %}
11
- {% react_component components/common/MainAppBar exerciseName="Pick and Place" url="https://jderobot.github.io/RoboticsAcademy/exercises/Drones /pick_place"%}
11
+ {% react_component components/common/MainAppBar exerciseName="Pick and Place" url="https://jderobot.github.io/RoboticsAcademy/exercises/IndustrialRobots /pick_place"%}
12
12
{% react_component RA_links/WorldSelectorRA %} {% end_react_component %}
13
13
{% end_react_component %}
14
14
{% react_component components/containers/MaterialBox id="content" %}
33
33
{% else %}
34
34
{% react_component exercise/pick_place/PickPlace %}
35
35
{% react_component components/wrappers/MaterialBox id="exercise-container" %}
36
- {% react_component components/layout_components/MainAppBar exerciseName="Pick and Place" url="https://jderobot.github.io/RoboticsAcademy/exercises/Drones /pick_place"%}
36
+ {% react_component components/layout_components/MainAppBar exerciseName="Pick and Place" url="https://jderobot.github.io/RoboticsAcademy/exercises/IndustrialRobots /pick_place"%}
37
37
{% react_component components/visualizers/WorldSelector %} {% end_react_component %}
38
38
{% end_react_component %}
39
39
{% react_component components/wrappers/MaterialBox id="content" %}
You can’t perform that action at this time.
0 commit comments